onCloseSubEditor property

ValueChanged<SubEditor>? onCloseSubEditor
final

A callback function that is triggered when a sub-editor is closed.

The SubEditor parameter provides information about the closed sub-editor.

Implementation

final ValueChanged<SubEditor>? onCloseSubEditor;