ScaleInfo constructor

const ScaleInfo(
  1. File file,
  2. int width,
  3. int height,
  4. CompressFormat compressFormat,
)

Implementation

const ScaleInfo(this.file, this.width, this.height, this.compressFormat);