ImageInfos constructor
const
ImageInfos({})
Creates an instance of ImageInfos.
Implementation
const ImageInfos({
required this.rawSize,
required this.renderedSize,
required this.cropRectSize,
required this.pixelRatio,
required this.isRotated,
});