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