initialValue property

T? initialValue
final

The initial value to start animation from.

If null, animation starts from value with no initial transition. When provided, the widget will animate from this value to value on first build.

Implementation

final T? initialValue;