ButtonElevation

Interface

Common
interface ButtonElevation

Represents the elevation for a button in different states.

See ButtonDefaults.elevation for the default elevation used in a Button.

Functions

@Composable fun elevation(enabled: Boolean, interactionSource: InteractionSource): State<Dp>

Represents the elevation used in a button, depending on enabled and interactionSource.

Parameters

enabledwhether the button is enabled
interactionSourcethe InteractionSource for this button