Navigation Drawer Item Colors
data class NavigationDrawerItemColors(val backgroundColor: Color, val contentColor: Color)
Content copied to clipboard
Data class that holds the colors that are related to NavigationDrawerItem.
Parameters
background Color
the background color of the item.
content Color
the color of the text and icon inside the item.
Constructors
Link copied to clipboard
fun NavigationDrawerItemColors(backgroundColor: Color, contentColor: Color)
Content copied to clipboard