reverseAnimation method

void reverseAnimation()

reverse animation

Implementation

void reverseAnimation() {
  _animationController.reverse();
}