WebPlayerValue constructor
WebPlayerValue({
- double currentTime = 0,
- double duration = 0,
- double bufferedPercent = 0,
- bool isPaused = true,
- bool isFullScreen = false,
- bool isInPictureInPicture = false,
- bool isTracking = false,
- bool isCover = false,
- bool isUserActive = false,
- bool isReady = false,
- String? errorMessage,
- List<
VideoTrack> ? textTracks, - List<
VideoTrack> ? audioTracks, - InAppWebViewController? webViewController,
Implementation
WebPlayerValue({
this.currentTime = 0,
this.duration = 0,
this.bufferedPercent = 0,
this.isPaused = true,
this.isFullScreen = false,
this.isInPictureInPicture = false,
this.isTracking = false,
this.isCover = false,
this.isUserActive = false,
this.isReady = false,
this.errorMessage,
this.textTracks,
this.audioTracks,
this.webViewController,
});