TRTCCloudVideoView constructor

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

Implementation

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