image_crop
image_crop copied to clipboard
For custom crop painter
Add a property named adjustable to CropState class in order to disable changing size of crop view. Add a property named cropPainterBuilder to Crop class in order to receive a custom crop painter. Put all the parameters passing to _CropPainter into a CropPaintState object.
Change the example for showing how the changes above used.