ImageProperties constructor
ImageProperties({
- MediaFormat format = const MediaFormat.unknownImage(),
- int width = -1,
- int height = -1,
- String colorSpace = "sRGB",
Implementation
ImageProperties({
this.format = const MediaFormat.unknownImage(),
this.width = -1,
this.height = -1,
this.colorSpace = "sRGB",
});