onOpenSubEditor property

ValueChanged<SubEditor>? onOpenSubEditor
final

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

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

Implementation

final ValueChanged<SubEditor>? onOpenSubEditor;