totalTime property

double totalTime

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

Implementation

double get totalTime => totalProgress * _fpsInMilliseconds;