isScrolling property

bool isScrolling

Implementation

bool get isScrolling => _isScrolling;
void isScrolling=(bool scroll)

Implementation

set isScrolling(bool scroll) {
  _isScrolling = scroll;
  notifyListeners();
}