resumeAnimation method

void resumeAnimation()

Implementation

void resumeAnimation() {
  _controller?.forward();
}