lineSolidBrush

fun lineSolidBrush(color: Color = MaterialTheme.colorScheme.primary): Brush

Creates a solid color brush for lines in JetLimeColumn or JetLimeRow components.

Return

A Brush object representing a solid color.

Parameters

color

The color to be used for the brush. Defaults to the primary color from MaterialTheme's color scheme.