pause method

void pause()

暂停滚动 / Pause scrolling

Implementation

void pause() {
  _state?.pause();
}