NiceAnimatedNumber constructor
const
NiceAnimatedNumber({})
Implementation
const NiceAnimatedNumber({
super.key,
required this.value,
this.duration = const Duration(milliseconds: 500),
this.curve = Curves.easeOutCubic,
this.style,
this.prefix,
this.suffix,
this.decimalPlaces = 0,
this.formatter,
});