ZetaButtonGroup constructor
Constructs ZetaButtonGroup from a list of ZetaGroupButtons
Implementation
const ZetaButtonGroup({
  super.key,
  super.rounded,
  required this.buttons,
  this.isLarge = false,
  this.isInverse = false,
});
Constructs ZetaButtonGroup from a list of ZetaGroupButtons
const ZetaButtonGroup({
  super.key,
  super.rounded,
  required this.buttons,
  this.isLarge = false,
  this.isInverse = false,
});