TRTCCloudVideoView constructor Null safety
- {Key? key,
- int? viewType,
- ValueChanged<
int> ? onViewCreated, - Set<
Factory< ? gestureRecognizers}OneSequenceGestureRecognizer> >
Implementation
const TRTCCloudVideoView(
{Key? key, this.viewType, this.onViewCreated, this.gestureRecognizers})
: super(key: key);