NavigationDrawerItemColors

Class

Android
class NavigationDrawerItemColors(
    val containerColor: Color,
    val contentColor: Color,
    val inactiveContentColor: Color,
    val focusedContainerColor: Color,
    val focusedContentColor: Color,
    val pressedContainerColor: Color,
    val pressedContentColor: Color,
    val selectedContainerColor: Color,
    val selectedContentColor: Color,
    val disabledContainerColor: Color,
    val disabledContentColor: Color,
    val disabledInactiveContentColor: Color,
    val focusedSelectedContainerColor: Color,
    val focusedSelectedContentColor: Color,
    val pressedSelectedContainerColor: Color,
    val pressedSelectedContentColor: Color
)

Defines container & content color Color for all TV Indication states of a NavigationDrawerItem

Parameters

containerColorthe default container color used when the NavigationDrawerItem is enabled
contentColorthe default content color used when the NavigationDrawerItem is enabled
inactiveContentColorthe content color used when none of the navigation items have focus
focusedContainerColorthe container color used when the NavigationDrawerItem is enabled and focused
focusedContentColorthe content color used when the NavigationDrawerItem is enabled and focused
pressedContainerColorthe container color used when the NavigationDrawerItem is enabled and pressed
pressedContentColorthe content color used when the NavigationDrawerItem is enabled and pressed
selectedContainerColorthe container color used when the NavigationDrawerItem is enabled and selected
selectedContentColorthe content color used when the NavigationDrawerItem is enabled and selected
disabledContainerColorthe container color used when the NavigationDrawerItem is not enabled
disabledContentColorthe content color used when the NavigationDrawerItem is not enabled
disabledInactiveContentColorthe content color used when none of the navigation items have focus and this item is disabled
focusedSelectedContainerColorthe container color used when the NavigationDrawerItem is enabled, focused and selected
focusedSelectedContentColorthe content color used when the NavigationDrawerItem is enabled, focused and selected
pressedSelectedContainerColorthe container color used when the NavigationDrawerItem is enabled, pressed and selected
pressedSelectedContentColorthe content color used when the NavigationDrawerItem is enabled, pressed and selected