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