onEditorFields method

void onEditorFields(
  1. EditorFieldsCallback callback
)

Invoked when the editor pane prepares its fields. Here you can insert or replace some fields, even the entire page.

Implementation

void onEditorFields(EditorFieldsCallback callback) {}