WebVideoPlayer constructor
const
WebVideoPlayer({})
Creates a new web video player instance.
Implementation
const WebVideoPlayer({
Key? key,
this.url,
this.path,
this.autoPlay = false,
this.isFullscreen = false,
this.videoController,
this.seekDuration,
}) : super(key: key);