stop method

void stop()

关闭

Implementation

void stop() {
  if (_shakeAnimationListener != null) {
    animationRunging = false;
    _shakeAnimationListener!(false, 0);
  }
}