ZegoScreenSharingView constructor
const
ZegoScreenSharingView({
- Key? key,
- required ZegoUIKitUser? user,
- ZegoAudioVideoViewForegroundBuilder? foregroundBuilder,
- ZegoAudioVideoViewBackgroundBuilder? backgroundBuilder,
- double? borderRadius,
- Color borderColor = const Color(0xffA4A4A4),
- Map<
String, dynamic> extraInfo = const {}, - ZegoShowFullscreenModeToggleButtonRules showFullscreenModeToggleButtonRules = ZegoShowFullscreenModeToggleButtonRules.showWhenScreenPressed,
- ZegoScreenSharingViewController? controller,
Implementation
const ZegoScreenSharingView({
Key? key,
required this.user,
this.foregroundBuilder,
this.backgroundBuilder,
this.borderRadius,
this.borderColor = const Color(0xffA4A4A4),
this.extraInfo = const {},
this.showFullscreenModeToggleButtonRules =
ZegoShowFullscreenModeToggleButtonRules.showWhenScreenPressed,
this.controller,
}) : super(key: key);