Divider

fun Divider(modifier: Modifier = Modifier)

A divider is a simple and versatile UI component used to visually separate or organize content within a user interface.

It is a horizontal line that helps improve the readability and aesthetics of a layout by creating visual breaks between sections of content.

Divider Sample

Parameters

modifier

Optional Modifier to be applied to the Divider. Defaults to Modifier.