showAnimation method

void showAnimation()

Implementation

void showAnimation() {
  _animationController!.forward();
}