DefaultMenuItem
fun DefaultModifierFieldValueBuilderDefaultMenuScope.DefaultMenuItem(label: String, content: @Composable () -> Unit)
Creates a default menu item with consistent styling and layout.
Parameters
label
The text label for the menu item
content
The content composable to display alongside the label