Hello, I am trying to have the mask circular, but crop image to square. It does not seem to be possible, even though the UI kinda suggests it should be the default.
Also I don't understand the cropOutlineProperty:
cropOutlineProperty = CropOutlineProperty(
outlineType = OutlineType.Oval, // does nothing?
cropOutline = OvalCropShape(0 /* does nothing? */, "Rect" /* does nothing? */), // does actually set the mask shape
),
Otherwise its really good component. Relatively easy to use with a ton of customization.

Hello, I am trying to have the mask circular, but crop image to square. It does not seem to be possible, even though the UI kinda suggests it should be the default.
Also I don't understand the
cropOutlineProperty:Otherwise its really good component. Relatively easy to use with a ton of customization.