shake method

void shake()

Triggers the shaking animation.

Implementation

void shake() {
  animationController.forward();
}