column Style
fun columnStyle(contentDistance: Dp = ContentDistance, itemSpacing: Dp = ItemSpacing, lineThickness: Dp = LineThickness, lineBrush: Brush = lineSolidBrush(), pathEffect: PathEffect? = null, lineVerticalAlignment: VerticalAlignment = LEFT): JetLimeStyle
Creates a column style configuration for JetLimeColumn.
Return
A JetLimeStyle instance configured for column 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.