VideoPlayback constructor
Implementation
const VideoPlayback(
this.url, {
super.key,
this.checksum,
this.onController,
this.onError,
this.volume,
this.onVolumeChanged,
this.loop = false,
this.autoplay = true,
});
const VideoPlayback(
this.url, {
super.key,
this.checksum,
this.onController,
this.onError,
this.volume,
this.onVolumeChanged,
this.loop = false,
this.autoplay = true,
});