value property
override
The current value of the animation.
Implementation
@override
double get value => (first.value + next.value) / 2.0;
The current value of the animation.
@override
double get value => (first.value + next.value) / 2.0;