cacheExtent property
double
get
cacheExtent
Deprecated. Use scrollCacheExtent instead.
Implementation
double get cacheExtent => _cacheExtent;
set
cacheExtent
(double value)
Implementation
set cacheExtent(double value) {
if (value == _cacheExtent) return;
_cacheExtent = value;
markNeedsLayout();
}