VideoState constructor
VideoState({})
Implementation
VideoState({
this.currentPosition,
this.totalDuration,
this.positionMillis,
this.durationMillis,
this.isPlaying,
this.isBuffering,
this.isCompleted,
this.bufferedPercentage,
this.currentQuality,
this.isInPictureInPicture,
});