isPlaying property

bool isPlaying

Implementation

bool get isPlaying => _animationController != null && _animationController!.isAnimating;