menuItemColors

@Composable
fun menuItemColors(): MenuItemColors

Return

The default MenuItemColors for PICO design system.


@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.

Return

The new MenuItemColors with expected colors.

Parameters

containerColor

The background color of this MenuItem.

titleColor

The title color of this MenuItem.

subtitleColor

The subtitle color of this MenuItem.