RTCVideoPlatFormView constructor
const
RTCVideoPlatFormView({
- Key? key,
- required void onViewReady()?,
- RTCVideoViewObjectFit objectFit = RTCVideoViewObjectFit.RTCVideoViewObjectFitContain,
- bool mirror = false,
Implementation
const RTCVideoPlatFormView({
super.key,
required this.onViewReady,
this.objectFit = RTCVideoViewObjectFit.RTCVideoViewObjectFitContain,
this.mirror = false,
});