GalleryItem constructor
Implementation
GalleryItem({
this.id,
required this.link,
required this.name,
required this.size,
this.width,
this.height,
this.checksum,
this.thumbhash,
this.isVideo = false,
this.onError,
});
GalleryItem({
this.id,
required this.link,
required this.name,
required this.size,
this.width,
this.height,
this.checksum,
this.thumbhash,
this.isVideo = false,
this.onError,
});