ZegoLiveStreamingBottomMenuBarButtonStyle constructor
ZegoLiveStreamingBottomMenuBarButtonStyle({
- Widget? chatEnabledButtonIcon,
- Widget? chatDisabledButtonIcon,
- Widget? toggleMicrophoneOnButtonIcon,
- Widget? toggleMicrophoneOffButtonIcon,
- Widget? toggleCameraOnButtonIcon,
- Widget? toggleCameraOffButtonIcon,
- Widget? switchCameraButtonIcon,
- Widget? switchAudioOutputToSpeakerButtonIcon,
- Widget? switchAudioOutputToHeadphoneButtonIcon,
- Widget? switchAudioOutputToBluetoothButtonIcon,
- Widget? leaveButtonIcon,
- Widget? requestCoHostButtonIcon,
- String? requestCoHostButtonText,
- Widget? cancelRequestCoHostButtonIcon,
- String? cancelRequestCoHostButtonText,
- Widget? endCoHostButtonIcon,
- String? endCoHostButtonText,
- Widget? beautyEffectButtonIcon,
- Widget? soundEffectButtonIcon,
- Widget? enableChatButtonIcon,
- Widget? disableChatButtonIcon,
- Widget? toggleScreenSharingOnButtonIcon,
- Widget? toggleScreenSharingOffButtonIcon,
Implementation
ZegoLiveStreamingBottomMenuBarButtonStyle({
this.chatEnabledButtonIcon,
this.chatDisabledButtonIcon,
this.toggleMicrophoneOnButtonIcon,
this.toggleMicrophoneOffButtonIcon,
this.toggleCameraOnButtonIcon,
this.toggleCameraOffButtonIcon,
this.switchCameraButtonIcon,
this.switchAudioOutputToSpeakerButtonIcon,
this.switchAudioOutputToHeadphoneButtonIcon,
this.switchAudioOutputToBluetoothButtonIcon,
this.leaveButtonIcon,
this.requestCoHostButtonIcon,
this.requestCoHostButtonText,
this.cancelRequestCoHostButtonIcon,
this.cancelRequestCoHostButtonText,
this.endCoHostButtonIcon,
this.endCoHostButtonText,
this.beautyEffectButtonIcon,
this.soundEffectButtonIcon,
this.enableChatButtonIcon,
this.disableChatButtonIcon,
this.toggleScreenSharingOnButtonIcon,
this.toggleScreenSharingOffButtonIcon,
});