SelectableChipElevation

@Immutable
class SelectableChipElevation(val elevation: Dp, val pressedElevation: Dp, val focusedElevation: Dp, val hoveredElevation: Dp, val draggedElevation: Dp, 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

Constructors

Link copied to clipboard
constructor(elevation: Dp, pressedElevation: Dp, focusedElevation: Dp, hoveredElevation: Dp, draggedElevation: Dp, disabledElevation: Dp)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val elevation: Dp
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int