handleThumbPressEndVertical method

  1. @protected
  2. @mustCallSuper
void handleThumbPressEndVertical(
  1. Offset position,
  2. Velocity velocity
)

Handler called when a long press on vertical scrollbar has ended.

Implementation

@protected
@mustCallSuper
void handleThumbPressEndVertical(Offset position, Velocity velocity) {
  _thumbDraggingV = false;
  _maybeStartFadeoutTimer(horizontal: false);
  _startDragScrollbarAxisOffsetV = null;
  _lastDragUpdateOffsetV = null;
  _startDragThumbOffsetV = null;
}