VideoNativeView constructor
const
VideoNativeView({
- Key? key,
- int channelType = 1,
- int contentType = 1,
- int style = 2,
- bool hideChannelName = false,
- bool autoPlay = true,
- VideoController? controller,
- VideoListener? listener,
- String? videoId,
- Map<
String, dynamic> ? extra, - Set<
Factory< gestureRecognizers = const <Factory<OneSequenceGestureRecognizer>>{},OneSequenceGestureRecognizer> >
Implementation
const VideoNativeView({
super.key,
this.channelType = 1,
this.contentType = 1,
this.style = 2,
this.hideChannelName = false,
this.autoPlay = true,
this.controller,
this.listener,
this.videoId,
this.extra,
this.gestureRecognizers = const <Factory<OneSequenceGestureRecognizer>>{},
});