CropProperties constructor

CropProperties({
  1. double? angle,
  2. double? bottomOffset,
  3. double? leftOffset,
  4. double? rightOffset,
  5. double? topOffset,
})

Implementation

CropProperties({
  this.angle,
  this.bottomOffset,
  this.leftOffset,
  this.rightOffset,
  this.topOffset,
});