HLCropOptions constructor
const
HLCropOptions({
- CroppingStyle? croppingStyle,
- CropAspectRatio? aspectRatio,
- List<
CropAspectRatioPreset> ? aspectRatioPresets, - double? compressQuality,
- CompressFormat? compressFormat,
- MaxSizeOutput? maxSizeOutput,
Implementation
const HLCropOptions({
this.croppingStyle,
this.aspectRatio,
this.aspectRatioPresets,
this.compressQuality,
this.compressFormat,
this.maxSizeOutput,
});