Separator

@Composable
fun Separator(modifier: Modifier = Modifier, orientation: Orientation = Orientation.HORIZONTAL)

Creates a org.gnome.gtk.Separator that draws a line to separate other widgets.

Parameters

modifier

Compose Modifier for layout and styling.

orientation

The separator orientation.