NECallkitVideoView constructor
const
NECallkitVideoView({
- Key? key,
- PlatformViewCreatedCallback? onPlatformViewCreated,
- VoidCallback? onVideoViewReady,
- Set<
Factory< ? gestureRecognizers,OneSequenceGestureRecognizer> > - BoxFit desktopVideoFit = BoxFit.contain,
Constructs a new NECallkitVideoView.
Implementation
const NECallkitVideoView({
super.key,
this.onPlatformViewCreated,
this.onVideoViewReady,
this.gestureRecognizers,
this.desktopVideoFit = BoxFit.contain,
});