stop method

void stop()

Stops running this animation. The animation stops in its current state.

Implementation

void stop() {
  _controller.stop(canceled: false);
}