CropImage constructor
const
CropImage({})
Implementation
const CropImage({
super.key,
this.imageUrl,
this.imageBytes,
this.aspectRatio = 1.0,
this.isCircle = false,
this.controller,
});
const CropImage({
super.key,
this.imageUrl,
this.imageBytes,
this.aspectRatio = 1.0,
this.isCircle = false,
this.controller,
});