KontextMenuText

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

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

This function creates text with Material 3 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

color

The color to use for the text when enabled