fit property

SheetFit get fit

Deprecated. Use scrollCacheExtent instead.

Implementation

SheetFit get fit => _fit;
set fit (SheetFit value)

Implementation

set fit(SheetFit value) {
  if (value == _fit) return;
  _fit = value;
  markNeedsLayout();
}