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,
}) : url = null,
checksum = null,
bytes = null;