VerticalDivider

@Composable
fun VerticalDivider(modifier: Modifier = Modifier, color: Color = DividerDefaults.color, thickness: Dp = DividerDefaults.thickness)

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

Parameters

modifier

The Modifier used for divider.

color

color of the divider line

thickness

thickness of the divider line, 1 dp is used by default.