precedingScrollExtent property

double precedingScrollExtent

Implementation

double get precedingScrollExtent => _precedingScrollExtent;
void precedingScrollExtent=(double value)

Implementation

set precedingScrollExtent(double value) {
  if (_precedingScrollExtent != value) {
    _precedingScrollExtent = value;
    notifyListeners();
  }
}