ArcaneStatRow constructor

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

Implementation

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