curve property

Curve? curve
final

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;