stopIndeterminateAnimation method
void
stopIndeterminateAnimation()
Implementation
void stopIndeterminateAnimation() {
_timer?.cancel();
_controller.stop();
_controller.removeStatusListener(_statusListener);
_controller.reset();
_controller.duration = Duration(milliseconds: _animationMillis);
}