animValue property

double get animValue

Current animation progress value (0.0 to 1.0) after applying curve.

Implementation

double get animValue => _curved?.value ?? 0.0;