textEditorCallbacks property

TextEditorCallbacks? get textEditorCallbacks

Provides access to the text editor callbacks.

This getter returns the callback functions specific to the text editor, enabling interaction with text-related actions and events.

Implementation

TextEditorCallbacks? get textEditorCallbacks => callbacks.textEditorCallbacks;