CropOptions constructor

const CropOptions({
  1. CropRect? cropRect,
  2. bool enableCrop = false,
  3. double? aspectRatio,
  4. bool freeform = true,
  5. bool showGrid = true,
  6. bool lockAspectRatio = false,
})

Implementation

const CropOptions({
  this.cropRect,
  this.enableCrop = false,
  this.aspectRatio,
  this.freeform = true,
  this.showGrid = true,
  this.lockAspectRatio = false,
});