isReverseScrolling property

bool isReverseScrolling

Implementation

bool get isReverseScrolling => _isReverseScrolling;
void isReverseScrolling=(bool scroll)

Implementation

set isReverseScrolling(bool scroll) {
  _isReverseScrolling = scroll;
  notifyListeners();
}