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