ReversiDropDownMenu
@Composable
Themed dropdown menu with application color scheme. Provides a container for dropdown menu items with consistent styling.
Parameters
expanded
Whether the menu is currently displayed.
onDismissRequest
Callback invoked when the menu should close.
modifier
Composable modifier for layout adjustments.
content
Lambda for menu items content.