isAnimating property

bool get isAnimating

True while a spring is running.

Implementation

bool get isAnimating => _ticker.isActive;