NECallkitVideoView constructor

const NECallkitVideoView({
  1. Key? key,
  2. PlatformViewCreatedCallback? onPlatformViewCreated,
  3. VoidCallback? onVideoViewReady,
  4. Set<Factory<OneSequenceGestureRecognizer>>? gestureRecognizers,
  5. BoxFit desktopVideoFit = BoxFit.contain,
})

Constructs a new NECallkitVideoView.

Implementation

const NECallkitVideoView({
  super.key,
  this.onPlatformViewCreated,
  this.onVideoViewReady,
  this.gestureRecognizers,
  this.desktopVideoFit = BoxFit.contain,
});