UImageCropper constructor
const
UImageCropper({})
Implementation
const UImageCropper({
required this.bytes,
super.key,
this.title,
this.shape = UCropShape.rectangle,
this.aspectRatios,
this.initialAspectRatio,
this.allowRotate = true,
this.allowFlip = true,
this.allowAdjust = true,
this.allowShapeToggle = false,
this.maxWidth,
this.maxHeight,
});