CropImage constructor
const
CropImage({})
Implementation
const CropImage(
{super.key,
required this.mainImage,
this.text,
this.onChanged,
this.saveText = "Save",
this.resetText = "Reset",
this.previewText = "Preview",
this.title = "Crop image as 1/1 ratio"});