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

glowthe Glow used when the NavigationDrawerItem is enabled
focusedGlowthe Glow used when the NavigationDrawerItem is enabled and focused
pressedGlowthe Glow used when the NavigationDrawerItem is enabled and pressed
selectedGlowthe Glow used when the NavigationDrawerItem is enabled and selected
focusedSelectedGlowthe Glow used when the NavigationDrawerItem is enabled, focused and selected
pressedSelectedGlowthe Glow used when the NavigationDrawerItem is enabled, pressed and selected