NavigationDrawerItemColors

Represents the colors of the various elements of a drawer item.

Functions

Link copied to clipboard
@Composable
abstract fun badgeColor(selected: Boolean): State<Color>

Represents the badge color for this item, depending on whether it is selected.

Link copied to clipboard
@Composable
abstract fun containerColor(selected: Boolean): State<Color>

Represents the container color for this item, depending on whether it is selected.

Link copied to clipboard
@Composable
abstract fun iconColor(selected: Boolean): State<Color>

Represents the icon color for this item, depending on whether it is selected.

Link copied to clipboard
@Composable
abstract fun textColor(selected: Boolean): State<Color>

Represents the text color for this item, depending on whether it is selected.