currentProgress property

double currentProgress

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

Implementation

double get currentProgress => _animationController == null ? 0.0 : _animationController!.value;