Package-level declarations
Types
Link copied to clipboard
Represents the container and content colors used in a list item in different states.
Link copied to clipboard
object MenuItemDefaults
MenuItemDefaults
Link copied to clipboard
class MenuItemTextStyles
text style
Link copied to clipboard
Functions
Link copied to clipboard
@Composable
Link copied to clipboard
@Composable
A dropdown menu is a compact way of displaying multiple choices. It appears upon interaction with an element (such as an icon or button) or when users perform a specific action.
Link copied to clipboard
@Composable
@Composable
Standard menuItem for Menu/SubMenu. Some slot was provide for developers to fastly build standard menu, such as title,subtitle, leadingIcon, trailingIcon.
Link copied to clipboard
@Composable
Provides a SpatialPositionProvider that places the menu relative to it's anchor view.
Link copied to clipboard
@Composable
Provides a SpatialPositionProvider that places the sub menu relative to it's parent menu.
Link copied to clipboard
@Composable
A submenu is a compact way of displaying multiple choices of Menu.