SlotCounterRowProps constructor
const
SlotCounterRowProps({
- required List<
SlotCounterProps> counters, - String gap = '2rem',
- bool wrap = true,
- String justifyContent = 'center',
Implementation
const SlotCounterRowProps({
required this.counters,
this.gap = '2rem',
this.wrap = true,
this.justifyContent = 'center',
});