ZegoLayoutGalleryConfig constructor

ZegoLayoutGalleryConfig({
  1. EdgeInsetsGeometry margin = const EdgeInsets.all(2.0),
  2. bool addBorderRadiusAndSpacingBetweenView = true,
  3. bool showNewScreenSharingViewInFullscreenMode = true,
  4. ZegoShowFullscreenModeToggleButtonRules showScreenSharingFullscreenModeToggleButtonRules = ZegoShowFullscreenModeToggleButtonRules.showWhenScreenPressed,
})

Implementation

ZegoLayoutGalleryConfig({
  this.margin = const EdgeInsets.all(2.0),
  this.addBorderRadiusAndSpacingBetweenView = true,
  this.showNewScreenSharingViewInFullscreenMode = true,
  this.showScreenSharingFullscreenModeToggleButtonRules =
      ZegoShowFullscreenModeToggleButtonRules.showWhenScreenPressed,
}) : super.internal();