double value

The current value of the animation.

Source

@override
double get value => (first.value + next.value) / 2.0;