UCropOptions constructor
const
UCropOptions({})
Implementation
const UCropOptions({
this.shape = UCropShape.rectangle,
this.aspectRatio,
this.aspectRatios,
this.maxWidth,
this.maxHeight,
this.allowRotate = true,
this.allowFlip = true,
this.allowAdjust = true,
this.allowShapeToggle = false,
this.title,
});