isPlaying property

bool get isPlaying

Convenience getter — true while the animation is running.

Implementation

bool get isPlaying => _state == ControllerState.playing;