ArcaneCounterRow constructor

const ArcaneCounterRow({
  1. required List<ArcaneAnimatedCounter> counters,
  2. String gap = '48px',
  3. Key? key,
})

Implementation

const ArcaneCounterRow({
  required this.counters,
  this.gap = '48px',
  super.key,
});