StylishVerticalDivider

fun StylishVerticalDivider(modifier: Modifier = Modifier, thickness: Dp = StylishTheme.dimensions.outlineWidth, color: Color = MaterialTheme.colorScheme.outlineVariant)

A vertical rule styled with the Stylish hairline outline. Wraps VerticalDivider with StylishTheme.dimensions.outlineWidth as the default thickness and MaterialTheme.colorScheme.outlineVariant as the default color.

Parameters

modifier

Modifier applied to the divider.

thickness

Thickness of the line. Defaults to StylishTheme.dimensions.outlineWidth.

color

Color of the line. Defaults to MaterialTheme.colorScheme.outlineVariant.

See also