ZegoLayoutGalleryConfig constructor
ZegoLayoutGalleryConfig({
- EdgeInsetsGeometry margin = const EdgeInsets.all(2.0),
- bool addBorderRadiusAndSpacingBetweenView = true,
- bool showNewScreenSharingViewInFullscreenMode = true,
- 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();