row Style
fun rowStyle(contentDistance: Dp = ContentDistance, itemSpacing: Dp = ItemSpacing, lineThickness: Dp = LineThickness, lineBrush: Brush = lineSolidBrush(), pathEffect: PathEffect? = null, lineHorizontalAlignment: HorizontalAlignment = TOP): JetLimeStyle
Creates a row style configuration for JetLimeRow.
Return
A JetLimeStyle instance configured for row arrangement.
Parameters
content Distance
The distance of content from the JetLime component's start.
item Spacing
The spacing between items in the JetLime component.
line Thickness
The thickness of the line in the JetLime component.
line Brush
The brush used for the line in the JetLime component.
path Effect
the effect applied to the geometry of the timeline to obtain a dashed pattern.