value property

double value
override

The current value of the animation.

Implementation

@override
double get value => 1.0 - parent.value;