stopAnimation method

void stopAnimation()

Implementation

void stopAnimation() {
  _controller!.stop();
}