AnimatedCounterProps constructor
const
AnimatedCounterProps({})
Implementation
const AnimatedCounterProps({
required this.value,
this.prefix,
this.suffix,
this.label,
this.fontSize = '48px',
this.color,
this.gradientStart,
this.gradientEnd,
});