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