isAnimating property

  1. @override
bool get isAnimating
override

Whether this animation is currently animating.

Returns false when dormant.

Implementation

@override
bool get isAnimating => _delegate.isAnimating;