menu
code_forge package
documentation
code_forge/undo_redo.dart
UndoRedoController
UndoRedoController.new constructor
UndoRedoController.new constructor
dark_mode
light_mode
UndoRedoController
constructor
UndoRedoController
(
{
int
maxStackSize
=
1000
,
bool
groupEdits
=
true
,
})
Implementation
UndoRedoController({this.maxStackSize = 1000, this.groupEdits = true});
code_forge package
documentation
code_forge/undo_redo
UndoRedoController
UndoRedoController.new constructor
UndoRedoController class