menu
luke_flow_diagram package
documentation
undo/undo_stack.dart
ChangeStack
history property
history property
dark_mode
light_mode
history
property
List
<
Change
>
get
history
List of changes in the history
Implementation
List<Change> get history => _history.last;
luke_flow_diagram package
documentation
undo/undo_stack
ChangeStack
history property
ChangeStack class