CropProperties constructor

CropProperties({
  1. double? angle,
  2. double? offsetBottom,
  3. double? offsetLeft,
  4. double? offsetRight,
  5. double? offsetTop,
})

Implementation

CropProperties({
  this.angle,
  this.offsetBottom,
  this.offsetLeft,
  this.offsetRight,
  this.offsetTop,
});