openShape property
Shape of the container while it is open.
When the container is opened it will transition from closedShape to this shape. When the container is closed, it will transition from this shape back to closedShape.
Defaults to a rectangular.
See also:
- Material.shape, which is used to implement this property.
Implementation
final ShapeBorder openShape;