rowStyle

fun rowStyle(contentDistance: Dp = ContentDistance, itemSpacing: Dp = ItemSpacing, lineThickness: Dp = LineThickness, lineBrush: Brush = lineSolidBrush(), lineHorizontalAlignment: HorizontalAlignment = TOP): JetLimeStyle

Creates a row style configuration for JetLimeRow.

Return

A JetLimeStyle instance configured for row 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.

lineHorizontalAlignment

The horizontal alignment of the line: TOP or BOTTOM