filledTonalButtonElevation
@Composable
Creates a ButtonElevation that will animate between the provided values according to the Material specification for a FilledTonalButton.
Parameters
defaultElevation
the elevation used when the FilledTonalButton is enabled, and has no other Interactions.
pressedElevation
the elevation used when this FilledTonalButton is enabled and pressed.
focusedElevation
the elevation used when the FilledTonalButton is enabled and focused.
hoveredElevation
the elevation used when the FilledTonalButton is enabled and hovered.
disabledElevation
the elevation used when the FilledTonalButton is not enabled.