NavigationDrawerItemColors

data class NavigationDrawerItemColors(val backgroundColor: Color, val contentColor: Color)

Data class that holds the colors that are related to NavigationDrawerItem.

Parameters

backgroundColor

the background color of the item.

contentColor

the color of the text and icon inside the item.

Constructors

Link copied to clipboard
fun NavigationDrawerItemColors(backgroundColor: Color, contentColor: Color)

Properties

Link copied to clipboard
val backgroundColor: Color
Link copied to clipboard
val contentColor: Color