totalExtent property
double
get
totalExtent
Returns the sum of all the extents of the items in the list.
Implementation
double get totalExtent {
assert(_delegate != null, "ListController is not attached.");
return _delegate!.totalExtent;
}