stop method

void stop()

Stop current animation

Implementation

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