HLCropOptions constructor

const HLCropOptions({
  1. CroppingStyle? croppingStyle,
  2. CropAspectRatio? aspectRatio,
  3. List<CropAspectRatioPreset>? aspectRatioPresets,
  4. double? compressQuality,
  5. CompressFormat? compressFormat,
  6. MaxSizeOutput? maxSizeOutput,
})

Implementation

const HLCropOptions({
  this.croppingStyle,
  this.aspectRatio,
  this.aspectRatioPresets,
  this.compressQuality,
  this.compressFormat,
  this.maxSizeOutput,
});