RTCVideoPlatFormView constructor

const RTCVideoPlatFormView({
  1. Key? key,
  2. required void onViewReady(
    1. RTCVideoPlatformViewController
    )?,
  3. RTCVideoViewObjectFit objectFit = RTCVideoViewObjectFit.RTCVideoViewObjectFitContain,
  4. bool mirror = false,
})

Implementation

const RTCVideoPlatFormView({
  super.key,
  required this.onViewReady,
  this.objectFit = RTCVideoViewObjectFit.RTCVideoViewObjectFitContain,
  this.mirror = false,
});