handleThumbPressEndVertical method
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;
}