totalProgress property

double totalProgress

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

Implementation

double get totalProgress => _animationController == null ? 0.0 : _animationController!.upperBound;