Image constructor
Image(})
Create an image with the given dimensions and format.
Implementation
Image(this.width, this.height,
{this.channels = Channels.rgba, ExifData? exif, ICCProfileData? iccp,
this.textData})
: data = Uint32List(width * height),
exif = ExifData.from(exif),
iccProfile = iccp;