UndoSnapshot constructor
const
UndoSnapshot({
- required List<
UndoFrameSnapshot> undoFrames, - required List<
UndoFrameSnapshot> redoFrames,
Implementation
const UndoSnapshot({
required this.undoFrames,
required this.redoFrames,
});