stop method
void
stop()
Stops the current shake animation.
Implementation
void stop() {
_isShaking = false;
notifyListeners();
}
Stops the current shake animation.
void stop() {
_isShaking = false;
notifyListeners();
}