KontextMenuText

@Composable
fun KontextMenuText(label: String, enabled: Boolean)

A composable function that creates text for a context menu item.

This function creates text with Material styling, with different appearance based on whether the menu item is enabled.

Parameters

label

The text to display

enabled

Whether the menu item is enabled