TeamStatusWidget constructor

const TeamStatusWidget({
  1. Key? key,
  2. required bool teamsSelected,
  3. bool showHint = false,
  4. int teammateCount = 0,
})

Implementation

const TeamStatusWidget({
  super.key,
  required this.teamsSelected,
  this.showHint = false,
  this.teammateCount = 0,
});