VideoViewValue constructor
const
VideoViewValue({})
Implementation
const VideoViewValue({
this.duration = Duration.zero,
this.position = Duration.zero,
this.size = Size.zero,
this.isInitialized = false,
this.isPlaying = false,
this.isBuffering = false,
this.isLooping = true,
this.errorDescription,
});