CropView constructor
const
CropView({
- Key? key,
- required ImageProvider<
Object> image, - required Rect initialCropArea,
- double? aspectRatio,
- ValueChanged<
Rect> ? onAreaChanged,
Implementation
const CropView({
super.key,
required this.image,
required this.initialCropArea,
this.aspectRatio,
this.onAreaChanged,
});