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