colors
@Composable
Creates a NavigationDrawerItemColors with the provided colors according to the Material specification.
Return
the resulting NavigationDrawerItemColors used for NavigationDrawerItem
Parameters
selectedContainerColor
the color to use for the background of the item when selected
unselectedContainerColor
the color to use for the background of the item when unselected
selectedIconColor
the color to use for the icon when the item is selected.
unselectedIconColor
the color to use for the icon when the item is unselected.
selectedTextColor
the color to use for the text label when the item is selected.
unselectedTextColor
the color to use for the text label when the item is unselected.
selectedBadgeColor
the color to use for the badge when the item is selected.
unselectedBadgeColor
the color to use for the badge when the item is unselected.