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

SelectableChipElevation

Represents the elevation used in a selectable chip in different states.

Source set: Common
public class SelectableChipElevation(
    public val elevation: Dp,
    public val pressedElevation: Dp,
    public val focusedElevation: Dp,
    public val hoveredElevation: Dp,
    public val draggedElevation: Dp,
    public val disabledElevation: Dp,
)

Represents the elevation used in a selectable chip in different states.

Parameters

elevation the elevation used when the chip is enabled.
pressedElevation the elevation used when the chip is pressed.
focusedElevation the elevation used when the chip is focused
hoveredElevation the elevation used when the chip is hovered.
draggedElevation the elevation used when the chip is dragged
disabledElevation the elevation used when the chip is not enabled

Functions

equals

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

hashCode

Source set: Common
override fun hashCode(): Int

Content updated: