value property
T
value
final
The target value to animate to.
When this changes, the widget automatically starts a new animation from the current animated value to this new target value.
Implementation
final T value;