curve property
Override animation curve for this widget.
If null, uses the curve from NumberTickerTheme or defaults to Curves.easeInOut. Controls the timing function of number transitions.
Implementation
final Curve? curve;
Override animation curve for this widget.
If null, uses the curve from NumberTickerTheme or defaults to Curves.easeInOut. Controls the timing function of number transitions.
final Curve? curve;