onCropImage property

dynamic Function(File croppedImage) onCropImage
final

Callback function executed when the image is cropped. Receive the cropped image.

Implementation

final Function(File croppedImage) onCropImage;