MenuSeparator

@Composable
fun MenuSeparator(modifier: SwingModifier = SwingModifier)

The rule a menu draws between groups of items: a JPopupMenu.Separator, which shows no text and is not one of the items the menu's navigation moves through.

Parameters

modifier

the SwingModifier applied to the underlying component

See also