isAnimating property
bool
get
isAnimating
True while a spring is running.
Implementation
bool get isAnimating => _ticker.isActive;
True while a spring is running.
bool get isAnimating => _ticker.isActive;