done method

void done()

Handles the "Done" action, either by applying changes or closing the editor.

Implementation

void done() async {
  doneEditing(
    returnValue: blurFactor,
    editorImage: widget.editorImage,
  );
  blurEditorCallbacks?.handleDone();
}