isPlaying property
bool
get
isPlaying
Whether the animation is currently running.
Implementation
bool get isPlaying => _controller?.isAnimating ?? false;
Whether the animation is currently running.
bool get isPlaying => _controller?.isAnimating ?? false;