hasRunningAnimations property

bool hasRunningAnimations

Whether there are any transient callbacks scheduled.

This essentially checks whether all animations have completed.

See also:

Implementation

bool get hasRunningAnimations => binding.transientCallbackCount > 0;