image_crop icon indicating copy to clipboard operation
image_crop copied to clipboard

For custom crop painter

Open fengyuxx opened this issue 5 years ago • 0 comments

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.

fengyuxx avatar May 29 '19 10:05 fengyuxx