RtcVideoView constructor
const
RtcVideoView( - RtcVideoRenderer renderer, {
- Key? key,
- MediaSourceKind source = MediaSourceKind.device,
- BorderRadius? borderRadius,
- BoxFit? fit,
- Border? border,
- bool respectAspectRatio = false,
- bool offstageUntilDetermined = false,
- Function? onSizeDetermined,
- Widget framelessBuilder()?,
})
Implementation
const RtcVideoView(
this.renderer, {
super.key,
this.source = MediaSourceKind.device,
this.borderRadius,
this.enableContextMenu = true,
this.fit,
this.border,
this.respectAspectRatio = false,
this.offstageUntilDetermined = false,
this.onSizeDetermined,
this.framelessBuilder,
});