pauseAnimation method

void pauseAnimation()

Implementation

void pauseAnimation() {
  _controller?.stop();
}