surplusPolicy property
Policy applied when both panes' maximums are too small to fill the space (a surplus). Defaults to SplitterSurplusPolicy.leaveGap, which keeps SplitterPaneConstraints.maxExtent a true maximum (the leftover becomes a gap between the panes rather than overflowing one past its maximum).
Implementation
final SplitterSurplusPolicy surplusPolicy;