ZegoLiveStreamingPreviewBottomBarConfig constructor

ZegoLiveStreamingPreviewBottomBarConfig({
  1. bool isVisible = true,
  2. bool showBeautyEffectButton = true,
})

Implementation

ZegoLiveStreamingPreviewBottomBarConfig({
  this.isVisible = true,
  this.showBeautyEffectButton = true,
});