VideoPage constructor
VideoPage(
- String url,
- int index, {
- Key? key,
- bool autoPlay = true,
- double volume = 1.0,
- Function? listener,
- bool isPage = true,
- bool firstStop = false,
- bool enableFullscreen = true,
- bool enablePlayPause = true,
- double? width,
- bool notPlay = false,
- double? height,
- ControlVideoListener? controlListener,
- bool isLocal = false,
Implementation
VideoPage(this.url, this.index,
{Key? key, this.autoPlay = true,
this.volume = 1.0,
this.listener,
this.isPage = true,
this.firstStop = false,
this.enableFullscreen = true,
this.enablePlayPause = true,
this.width, this.notPlay = false,
this.height, this.controlListener,this.isLocal = false}) : super(key: key);