isPlaying property
Convenience getter — true while the animation is running.
Implementation
bool get isPlaying => _state == ControllerState.playing;
Convenience getter — true while the animation is running.
bool get isPlaying => _state == ControllerState.playing;