ZetaGroupButton constructor
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;