value property

  1. @override
double value
override

The current value of the animation.

Implementation

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