openMinWidth property

double? openMinWidth
final

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

If the width is smaller than minWidth, minWidth is used as width.

It must be smaller or equal to maxWidth.

Implementation

final double? openMinWidth;