TRTCCloudVideoView constructor

const TRTCCloudVideoView({
  1. Key? key,
  2. ValueChanged<int>? onViewCreated,
  3. PlatformViewHitTestBehavior? hitTestBehavior,
  4. Set<Factory<OneSequenceGestureRecognizer>>? gestureRecognizers,
})

Implementation

const TRTCCloudVideoView(
    {Key? key,
      this.onViewCreated,
      this.hitTestBehavior,
      this.gestureRecognizers})
    : super(key: key);