StatCardRowProps constructor

const StatCardRowProps({
  1. required List<Widget> cards,
  2. int columns = 4,
  3. String? gap,
})

Implementation

const StatCardRowProps({
  required this.cards,
  this.columns = 4,
  this.gap,
});