StatRowProps constructor

const StatRowProps({
  1. required List<Component> stats,
  2. String? gap,
  3. bool wrap = true,
  4. String? justifyContent,
})

Implementation

const StatRowProps({
  required this.stats,
  this.gap,
  this.wrap = true,
  this.justifyContent,
});