menu
fluent_editor package
documentation
plugins/plugin_api.dart
FluentEditorPlugin
onUndo method
onUndo method
dark_mode
light_mode
onUndo
method
void
onUndo
(
FluentDocument
document
)
Called after an undo operation restores the document state.
Implementation
void onUndo(FluentDocument document) {}
fluent_editor package
documentation
plugins/plugin_api
FluentEditorPlugin
onUndo method
FluentEditorPlugin class