CropRect constructor

const CropRect({
  1. double scaleWidth = 1,
  2. double scaleHeight = 1,
  3. double offsetX = 0,
  4. double offsetY = 0,
})

Implementation

const CropRect({
  this.scaleWidth = 1,
  this.scaleHeight = 1,
  this.offsetX = 0,
  this.offsetY = 0,
});