start method

void start({
  1. int shakeCount = 1,
})

打开

Implementation

void start({int shakeCount = 1}) {
  if (_shakeAnimationListener != null) {
    animationRunging = true;
    _shakeAnimationListener!(true, shakeCount);
  }
}