maxSize property

double maxSize
final

Specifies the maximum width or height that this ResizablePane can have according to its orientation.

The orientation is horizontal if the resizableSide is ResizableSide.left or ResizableSide.right and vertical if the resizableSide is ResizableSide.top).

If this value is null, it defaults to 500.0.

Implementation

final double maxSize;