menu
fluent_editor package
documentation
fluent_document.dart
FluentDocument
undo method
undo method
dark_mode
light_mode
undo
method
bool
undo
(
)
Executes undo of the last action
Implementation
bool undo() { return _undoRedoManager.undo(this); }
fluent_editor package
documentation
fluent_document
FluentDocument
undo method
FluentDocument class