blurEditorCallbacks property
BlurEditorCallbacks?
get
blurEditorCallbacks
Provides access to the blur editor callbacks.
This getter returns the callback functions specific to the blur editor, allowing interaction with blur-related actions and events.
Implementation
BlurEditorCallbacks? get blurEditorCallbacks => callbacks.blurEditorCallbacks;