initialNumber property

num? initialNumber
final

The initial number value to start animation from.

If null, no initial animation occurs and the widget starts directly with the number value. When provided, causes an animation from this initial value to number on first build.

Implementation

final num? initialNumber;