closedElevation property

double closedElevation
final

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:

Implementation

final double closedElevation;