stop method

void stop()

Implementation

void stop() {
  final value = _animation.value;
  _animation = _controller;
  _controller.value = value;
}