CropOption constructor

CropOption({
  1. CropAspectRatio? aspectRatio = CropAspectRatio.custom,
  2. CropType cropType = CropType.rect,
})

Implementation

CropOption({
  this.aspectRatio = CropAspectRatio.custom,
  this.cropType = CropType.rect,
});