onVerticalDragStart method

void onVerticalDragStart()

Implementation

void onVerticalDragStart() {
  _animationController.stop();
  _state = _state.copyWith(isDragging: true, velocity: 0.0);
  notifyListeners();
}