ImageCropView constructor
const
ImageCropView({
- Key? key,
- required Image image,
- required CropController controller,
- required Rect cropRect,
- OverlayShape overlayShape = OverlayShape.rectangle,
- Color backgroundColor = Colors.black,
Implementation
const ImageCropView({
super.key,
required this.image,
required this.controller,
required this.cropRect,
this.overlayShape = OverlayShape.rectangle,
this.backgroundColor = Colors.black,
});