isAnimating property

  1. @override
bool get isAnimating
override

Whether the indicator is currently animating to the threshold offset, or back to the hidden offset.

Implementation

@override
bool get isAnimating => delegate.distanceFraction.isAnimating;