CompressParams constructor

const CompressParams(
  1. int quality,
  2. int targetWidth,
  3. int targetHeight, {
  4. bool autoCorrectionAngle = true,
  5. bool keepExif = false,
  6. CompressFormat format = CompressFormat.jpeg,
})

Implementation

const CompressParams(
  this.quality,
  this.targetWidth,
  this.targetHeight, {
  this.autoCorrectionAngle = true,
  this.keepExif = false,
  this.format = CompressFormat.jpeg,
});