ThumbnailSize constructor
Creates a new ThumbnailSize object with the given width and height.
Implementation
const ThumbnailSize(this.width, this.height);
Creates a new ThumbnailSize object with the given width and height.
const ThumbnailSize(this.width, this.height);