CounterRow constructor
const
CounterRow({
- required List<
AnimatedCounter> counters, - String gap = '48px',
- Key? key,
Implementation
const CounterRow({
required this.counters,
this.gap = '48px',
super.key,
});