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