ImageOptions constructor
Creates a new image options object with the provided parameters. This handles width, height, device pixel ratio, quality, and format.
Implementation
ImageOptions({
this.width,
this.height,
this.devicePixelRatio,
this.quality,
this.format,
});