closedElevation property
Elevation of the container while it is closed.
When the container is opened, it will transition from this elevation to openElevation. When the container is closed, it will transition back from openElevation to this elevation.
Defaults to 1.0.
See also:
- Material.elevation, which is used to implement this property.
Implementation
final double closedElevation;