current property

double current

Current value during the animation.

Defaults to 0.0

Implementation

double get current => _lastValue = _animation?.value ?? 0.0;