value property Null safety
override
The current value of the animation.
Implementation
@override
T get value => math.min(first.value, next.value);
The current value of the animation.
@override
T get value => math.min(first.value, next.value);