disabledElevation property
final
The elevation for the button's Material relative to its parent when the button is not enabled.
Defaults to 0.0. The value is always non-negative.
See also:
- elevation, the default elevation.
- highlightElevation, the elevation when the button is pressed.
Implementation
final double? disabledElevation;