VerticalDivider

fun VerticalDivider(modifier: Modifier = Modifier, intent: DividerIntent = DividerIntent.Outline, labelVerticalAlignment: LabelVerticalAlignment = LabelVerticalAlignment.Center, label: @Composable BoxScope.() -> Unit? = null)

VerticalDivider Component. A divider is a thin line that groups content in lists and layouts.

Parameters

modifier

The modifier to be applied to the divider.

intent

The intent defining the color of the divider.

label

The optional label to be displayed on the divider.

labelVerticalAlignment

The vertical alignment of the label.