menu
fluent_editor package
documentation
fluent_document.dart
FluentDocument
canRedo property
canRedo property
dark_mode
light_mode
canRedo
property
bool
get
canRedo
Checks if redo is possible
Implementation
bool get canRedo => _undoRedoManager.canRedo;
fluent_editor package
documentation
fluent_document
FluentDocument
canRedo property
FluentDocument class