animatedValue property

  1. @override
T animatedValue

The value of this AnimatableValue that is currently used when rendering the UI.

This value is read at the start of an animation and is animate from.

Implementation

@override
T get animatedValue => _animatedValue;