CropWidget constructor
const
CropWidget({})
Implementation
const CropWidget({
super.key,
required this.image,
required this.cropRect,
this.aspectRatio,
this.lockAspectRatio = false,
required this.onCropChanged,
});