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

FloatingActionButtonElevation

Represents the tonal and shadow elevation for a floating action button in different states.

Source set: Common
public open class FloatingActionButtonElevation internal constructor(
    private val defaultElevation: Dp,
    private val pressedElevation: Dp,
    private val focusedElevation: Dp,
    private val hoveredElevation: Dp,
)

Represents the tonal and shadow elevation for a floating action button in different states.

See FloatingActionButtonDefaults.elevation for the default elevation used in a FloatingActionButton and ExtendedFloatingActionButton.

Functions

equals

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

hashCode

Source set: Common
override fun hashCode(): Int

Content updated: