ReversiDropdownMenuItem
@Composable
Themed dropdown menu item for use within ReversiDropDownMenu. Provides consistent styling for menu options.
Parameters
text
The text label for the menu item.
onClick
Callback invoked when the menu item is selected.
modifier
Composable modifier for layout adjustments.
enabled
Whether the menu item is selectable.