columnStyle

fun columnStyle(contentDistance: Dp = ContentDistance, itemSpacing: Dp = ItemSpacing, lineThickness: Dp = LineThickness, lineBrush: Brush = lineSolidBrush(), lineVerticalAlignment: VerticalAlignment = LEFT): JetLimeStyle

Creates a column style configuration for JetLimeColumn.

Return

A JetLimeStyle instance configured for column arrangement.

Parameters

contentDistance

The distance of content from the JetLime component's start.

itemSpacing

The spacing between items in the JetLime component.

lineThickness

The thickness of the line in the JetLime component.

lineBrush

The brush used for the line in the JetLime component.

lineVerticalAlignment

The vertical alignment of the line: LEFT or RIGHT