openMaxWidth property

double? openMaxWidth
final

The maximum width of the pane when it's open.

If width is greater than maxWidth, maxWidth is used as width.

It must be greater or equal to minWidth.

Implementation

final double? openMaxWidth;