stop method

void stop()

Stops the current shake animation.

Implementation

void stop() {
  _isShaking = false;
  notifyListeners();
}