shape property
The shape of the cropping area. Possible values:
- CustomCropShape.Circle Crop area will be circular.
- CustomCropShape.Square Crop area will be a square.
- CustomCropShape.Ratio Crop area will have a specified aspect ratio.
Implementation
final CustomCropShape shape;