close method

void close()

Closes the editor without applying changes.

Implementation

void close() {
  Navigator.pop(context);
  textEditorCallbacks?.handleCloseEditor();
}