currentTime property

double currentTime

Use this value to get the current time of the animation in milliseconds.

Implementation

double get currentTime => currentProgress * _fpsInMilliseconds;