curve property
The default animation curve for number transitions.
If null, individual NumberTicker widgets will use their own curve or fall back to Curves.easeInOut.
Implementation
final Curve? curve;
The default animation curve for number transitions.
If null, individual NumberTicker widgets will use their own curve or fall back to Curves.easeInOut.
final Curve? curve;