ListItemGlow

Class

Android
class ListItemGlow
constructor(
    val glow: Glow,
    val focusedGlow: Glow,
    val pressedGlow: Glow,
    val selectedGlow: Glow,
    val focusedSelectedGlow: Glow,
    val pressedSelectedGlow: Glow
)

Represents the Glow of ListItem for different interaction states.

Parameters

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