stopScroll method

void stopScroll()

Implementation

void stopScroll() {
  _started = false;
  notifyListeners();
}