ImageEditingEmptyCallback typedef

ImageEditingEmptyCallback = void Function()

A typedef representing a callback function invoked when no image editing is performed.

This callback does not receive any parameters and is typically used to handle scenarios where the user cancels or exits the image editing process without making any changes.

Implementation

typedef ImageEditingEmptyCallback = void Function();