UFUImageCropper constructor

const UFUImageCropper({
  1. Key? key,
  2. required String imagePath,
  3. required UFUImageCropRatio cropRatio,
  4. required UFUImageCropShape cropShape,
})

Implementation

const UFUImageCropper({super.key,
  required this.imagePath,
  required this.cropRatio,
  required this.cropShape,
});