ZetaCommsButton.mute constructor
- Key? key,
- String? label,
- ZetaWidgetSize size = ZetaWidgetSize.medium,
- ValueChanged<
bool> ? onToggle, - String? toggledLabel,
- VoidCallback? onPressed,
- FocusNode? focusNode,
- String? semanticLabel,
Constructs mute ZetaCommsButton
Implementation
const ZetaCommsButton.mute({
super.key,
this.label,
this.size = ZetaWidgetSize.medium,
this.onToggle,
this.toggledLabel,
this.onPressed,
this.focusNode,
this.semanticLabel,
}) : type = ZetaCommsButtonType.on,
icon = ZetaIcons.microphone,
toggledIcon = ZetaIcons.microphone_off,
toggledType = ZetaCommsButtonType.off;