duration property
The default animation duration for number transitions.
If null, individual NumberTicker widgets will use their own duration or fall back to the default value of 500 milliseconds.
Implementation
final Duration? duration;
The default animation duration for number transitions.
If null, individual NumberTicker widgets will use their own duration or fall back to the default value of 500 milliseconds.
final Duration? duration;