UndoDirection enum
The direction in which an undo action should be performed, whether undo or redo.
Values
- undo → const UndoDirection
-
Perform an undo action.
- redo → const UndoDirection
-
Perform a redo action.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
UndoDirection> - A constant List of the values in this enum, in order of their declaration.