onImageEditingComplete property

ImageEditingCompleteCallback? onImageEditingComplete
final

A callback function that will be called when the editing is done, and it returns the edited image as a Uint8List with the format jpg.

The edited image is provided as a Uint8List to the onImageEditingComplete function when the editing is completed.

Schema

Implementation

final ImageEditingCompleteCallback? onImageEditingComplete;