ImageCropPage constructor
const
ImageCropPage({
- Key? key,
- required String imagePath,
- required CropOverlayShape cropShape,
- required dynamic onCropCompleted(
- String? croppedPath
Implementation
const ImageCropPage({
super.key,
required this.imagePath,
required this.cropShape,
required this.onCropCompleted,
});