startSize property

double startSize
final

Specifies the width or height that this ResizablePane first starts with 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).

The startSize should not be more than the maxSize or less than the minSize.

Implementation

final double startSize;