CounterRowProps constructor

const CounterRowProps({
  1. required List<Component> counters,
  2. String gap = '48px',
})

Implementation

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