The current value of the animation.
@override T get value => _parent != null ? _parent!.value : _value!;