ZegoLiveStreamingBottomMenuBarButtonStyle constructor

ZegoLiveStreamingBottomMenuBarButtonStyle({
  1. Widget? chatEnabledButtonIcon,
  2. Widget? chatDisabledButtonIcon,
  3. Widget? toggleMicrophoneOnButtonIcon,
  4. Widget? toggleMicrophoneOffButtonIcon,
  5. Widget? toggleCameraOnButtonIcon,
  6. Widget? toggleCameraOffButtonIcon,
  7. Widget? switchCameraButtonIcon,
  8. Widget? switchAudioOutputToSpeakerButtonIcon,
  9. Widget? switchAudioOutputToHeadphoneButtonIcon,
  10. Widget? switchAudioOutputToBluetoothButtonIcon,
  11. Widget? leaveButtonIcon,
  12. Widget? requestCoHostButtonIcon,
  13. String? requestCoHostButtonText,
  14. Widget? cancelRequestCoHostButtonIcon,
  15. String? cancelRequestCoHostButtonText,
  16. Widget? endCoHostButtonIcon,
  17. String? endCoHostButtonText,
  18. Widget? beautyEffectButtonIcon,
  19. Widget? soundEffectButtonIcon,
  20. Widget? enableChatButtonIcon,
  21. Widget? disableChatButtonIcon,
  22. Widget? toggleScreenSharingOnButtonIcon,
  23. 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,
});