duration property
Override duration for this widget's animations.
If null, uses the duration from NumberTickerTheme or defaults to 500 milliseconds. Controls how long transitions take when number changes.
Implementation
final Duration? duration;
Override duration for this widget's animations.
If null, uses the duration from NumberTickerTheme or defaults to 500 milliseconds. Controls how long transitions take when number changes.
final Duration? duration;