ButtonElevation

@Stable
interface ButtonElevation

Functions

Link copied to clipboard
@Composable
abstract fun elevation(enabled: Boolean, interactionSource: InteractionSource): State<Dp>

Contract to help build Button Elevation based on button's enabled and interactionSource.