VideoThumbnail.file constructor
Constructs a VideoThumbnail from the provided file path
.
Implementation
const VideoThumbnail.file(
this.path, {
super.key,
this.height,
this.width,
this.onError,
this.fit = BoxFit.contain,
this.autoplay = false,
this.interface = true,
}) : url = null,
checksum = null,
bytes = null;