openShape property

ShapeBorder openShape
final

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:

Implementation

final ShapeBorder openShape;