isAnimating property

bool get isAnimating

Implementation

bool get isAnimating => _animator != null && _animator!.isAnimating;