minSize property

double minSize
final

Specifies the minimum width of 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.

Implementation

final double minSize;