UFUImageCropper constructor
const
UFUImageCropper({
- Key? key,
- required String imagePath,
- required UFUImageCropRatio cropRatio,
- required UFUImageCropShape cropShape,
Implementation
const UFUImageCropper({super.key,
required this.imagePath,
required this.cropRatio,
required this.cropShape,
});