onPanUp method

void onPanUp()

Implementation

void onPanUp() {
  if (widget.options.pauseAutoPlayOnTouch) {
    resumeTimer();
  }
}