Name Description Size
CustomDropdownMenu.kt Menu used to offer a list of options in a drop-down manner when its parent is clicked @param menuItems The list of options @param isExpanded True if the menu is open @param onDismissClicked Invoked when the user dismiss the menu 1475
MenuItem.kt A menu item in dropdown menu. @property title The menu item title. @property onClick Invoked when the user clicks on the menu item. 468