value property

  1. @override
T? value
override

The current value of the animation.

Implementation

@override
T? get value => _animation.value;