original constant
ImageScale
const original
Factory constructor for representing the original image without scaling.
This sets both width and height to 0, indicating that no scaling is applied.
Implementation
static const original = ImageScale(width: 0, height: 0);