startScroll method

void startScroll()

Implementation

void startScroll() {
  _started = true;
  notifyListeners();
}