NavigationDrawerItemGlow

Class
Android
class NavigationDrawerItemGlow(
    val glow: Glow,
    val focusedGlow: Glow,
    val pressedGlow: Glow,
    val selectedGlow: Glow,
    val focusedSelectedGlow: Glow,
    val pressedSelectedGlow: Glow,
)

Defines Glow for all TV Indication states of a NavigationDrawerItem

Parameters

glow the Glow used when the NavigationDrawerItem is enabled
focusedGlow the Glow used when the NavigationDrawerItem is enabled and focused
pressedGlow the Glow used when the NavigationDrawerItem is enabled and pressed
selectedGlow the Glow used when the NavigationDrawerItem is enabled and selected
focusedSelectedGlow the Glow used when the NavigationDrawerItem is enabled, focused and selected
pressedSelectedGlow the Glow used when the NavigationDrawerItem is enabled, pressed and selected