NavigationDrawerItemGlow


@ExperimentalTvMaterial3Api
class NavigationDrawerItemGlow


Defines Glow for all TV Indication states of a NavigationDrawerItem

Summary

Public constructors

NavigationDrawerItemGlow(
    glow: Glow,
    focusedGlow: Glow,
    pressedGlow: Glow,
    selectedGlow: Glow,
    focusedSelectedGlow: Glow,
    pressedSelectedGlow: Glow
)

create an instance with arbitrary glow.

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public properties

Glow

the Glow used when the NavigationDrawerItem is enabled and focused

Glow

the Glow used when the NavigationDrawerItem is enabled, focused and selected

Glow

the Glow used when the NavigationDrawerItem is enabled

Glow

the Glow used when the NavigationDrawerItem is enabled and pressed

Glow

the Glow used when the NavigationDrawerItem is enabled, pressed and selected

Glow

the Glow used when the NavigationDrawerItem is enabled and selected

Public constructors

Added in 1.0.0-alpha10
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 Glow used when the NavigationDrawerItem is enabled

focusedGlow: Glow

the Glow used when the NavigationDrawerItem is enabled and focused

pressedGlow: Glow

the Glow used when the NavigationDrawerItem is enabled and pressed

selectedGlow: Glow

the Glow used when the NavigationDrawerItem is enabled and selected

focusedSelectedGlow: Glow

the Glow used when the NavigationDrawerItem is enabled, focused and selected

pressedSelectedGlow: Glow

the Glow used when the NavigationDrawerItem is enabled, pressed and selected

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

focusedGlow

Added in 1.0.0-alpha10
val focusedGlowGlow

the Glow used when the NavigationDrawerItem is enabled and focused

focusedSelectedGlow

Added in 1.0.0-alpha10
val focusedSelectedGlowGlow

the Glow used when the NavigationDrawerItem is enabled, focused and selected

glow

Added in 1.0.0-alpha10
val glowGlow

the Glow used when the NavigationDrawerItem is enabled

pressedGlow

Added in 1.0.0-alpha10
val pressedGlowGlow

the Glow used when the NavigationDrawerItem is enabled and pressed

pressedSelectedGlow

Added in 1.0.0-alpha10
val pressedSelectedGlowGlow

the Glow used when the NavigationDrawerItem is enabled, pressed and selected

selectedGlow

Added in 1.0.0-alpha10
val selectedGlowGlow

the Glow used when the NavigationDrawerItem is enabled and selected