ZetaGroupButton constructor

const ZetaGroupButton({
  1. Key? key,
  2. bool? rounded,
  3. VoidCallback? onPressed,
  4. String? label,
  5. IconData? icon,
  6. String? semanticLabel,
})

Public Constructor for ZetaGroupButton

Implementation

const ZetaGroupButton({
  super.key,
  super.rounded,
  this.onPressed,
  this.label,
  this.icon,
  this.semanticLabel,
})  : isFinal = false,
      isInitial = false,
      isInverse = false,
      isLarge = true,
      initialValue = null,
      items = null,
      onChange = null;