NavigationDrawerItemGlow
class NavigationDrawerItemGlow
Defines Glow for all TV Indication states of a NavigationDrawerItem
Summary
Public constructors |
|---|
NavigationDrawerItemGlow(create an instance with arbitrary glow. |
Public properties |
|
|---|---|
Glow |
the |
Glow |
the |
Glow |
the |
Glow |
the |
Glow |
the |
Glow |
the |
Public constructors
NavigationDrawerItemGlow
NavigationDrawerItemGlow(
glow: Glow,
focusedGlow: Glow,
pressedGlow: Glow,
selectedGlow: Glow,
focusedSelectedGlow: Glow,
pressedSelectedGlow: Glow
)
create an instance with arbitrary glow. See NavigationDrawerItemDefaults.glow for the default glow used in a NavigationDrawerItem
| Parameters | |
|---|---|
glow: Glow |
the |
focusedGlow: Glow |
the |
pressedGlow: Glow |
the |
selectedGlow: Glow |
the |
focusedSelectedGlow: Glow |
the |
pressedSelectedGlow: Glow |
the |
Public functions
Public properties
focusedGlow
val focusedGlow: Glow
the Glow used when the NavigationDrawerItem is enabled and focused
focusedSelectedGlow
val focusedSelectedGlow: Glow
the Glow used when the NavigationDrawerItem is enabled, focused and selected
pressedGlow
val pressedGlow: Glow
the Glow used when the NavigationDrawerItem is enabled and pressed
pressedSelectedGlow
val pressedSelectedGlow: Glow
the Glow used when the NavigationDrawerItem is enabled, pressed and selected
selectedGlow
val selectedGlow: Glow
the Glow used when the NavigationDrawerItem is enabled and selected