MenuItemDefaults

MenuItemDefaults

Functions

Link copied to clipboard
@Composable
fun menuItemColors(): MenuItemColors

@Composable
fun menuItemColors(containerColor: Color = Color.Unspecified, titleColor: Color = Color.Unspecified, subtitleColor: Color = Color.Unspecified): MenuItemColors

Creates a MenuItemColors that represents the default container and content colors used in a MenuItem.