🌈 Create new beautiful Compose Gradients with our new wesite ->
Class

ListItemGlow

Represents the Glow of ListItem for different interaction states.

Source set: 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

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

Functions

equals

Source set: Android
override fun equals(other: Any?): Boolean

hashCode

Source set: Android
override fun hashCode(): Int

toString

Source set: Android
override fun toString(): String