UndoRedoController constructor

UndoRedoController({
  1. int maxStackSize = 1000,
  2. bool groupEdits = true,
})

Implementation

UndoRedoController({this.maxStackSize = 1000, this.groupEdits = true});