TRTCCloudVideoView constructor
      const
      TRTCCloudVideoView({ 
    
    
- Key? key,
- String? viewType,
- String? viewMode,
- CustomRender? textureParam,
- ValueChanged<int> ? onViewCreated,
- PlatformViewHitTestBehavior? hitTestBehavior,
- Set<Factory< ? gestureRecognizers,OneSequenceGestureRecognizer> >
Implementation
const TRTCCloudVideoView(
    {Key? key,
    this.viewType,
    this.viewMode,
    this.textureParam,
    this.onViewCreated,
    this.hitTestBehavior,
    this.gestureRecognizers})
    : super(key: key);