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