UndoRedoPersistState<T> constructor
UndoRedoPersistState<T> ({
- required int undoStackLength,
- required PersistState<
T> ? persistanceProvider,
Undo-redo and persist state
Implementation
UndoRedoPersistState({
required this.undoStackLength,
required this.persistanceProvider,
});