endAnimation method

void endAnimation()

Implementation

void endAnimation() {
  _targetVelocity = 0.0;
  if (_autoScrollTicker != null && _autoScrollTicker?.isTicking == true) {
    _autoScrollTicker?.stop();
  }
}