shake method
shake() is a function that calls the forward() method of the
animationController object
Implementation
void shake() {
  animationController.forward();
}
shake() is a function that calls the forward() method of the
animationController object
void shake() {
  animationController.forward();
}