VideoSource constructor
VideoSource({
- required VideoPlayerController video,
- List<
VideoViewerAd> ? ads, - Map<
String, VideoViewerSubtitle> ? subtitle, - String intialSubtitle = "",
- Tween<
Duration> ? range,
Implementation
VideoSource({
required this.video,
this.ads,
this.subtitle,
this.intialSubtitle = "",
this.range,
});