ZetaCommsButton.add constructor
- Key? key,
- String? label,
- ZetaWidgetSize size = ZetaWidgetSize.medium,
- VoidCallback? onPressed,
- FocusNode? focusNode,
- String? semanticLabel,
Constructs add ZetaCommsButton
Implementation
const ZetaCommsButton.add({
super.key,
this.label,
this.size = ZetaWidgetSize.medium,
this.onPressed,
this.focusNode,
this.semanticLabel,
}) : type = ZetaCommsButtonType.on,
icon = ZetaIcons.add_group,
onToggle = null,
toggledIcon = null,
toggledLabel = null,
toggledType = null;