value property

  1. @override
T value
override

The current value of the animation.

Implementation

@override
T get value => math.max(first.value, next.value);