handleThumbPressVertical method

  1. @mustCallSuper
void handleThumbPressVertical()

Handler called when a press on the vertical scrollbar thumb has been recognized.

Cancels the Timer associated with the fade animation of the scrollbar.

Implementation

@mustCallSuper
void handleThumbPressVertical() {
  _fadeoutTimerV?.cancel();
}