lastElapsedDuration property

Duration? lastElapsedDuration

The amount of time that has passed between the time the animation started and the most recent tick of the animation.

If the controller is not animating, the last elapsed duration is null.

Implementation

Duration? get lastElapsedDuration => _lastElapsedDuration;