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