UndoRedoStack class
Constructors
- UndoRedoStack({required AllStrokesNotifier strokesNotifier, required CurrentStrokeValueNotifier currentStrokeNotifier})
Properties
-
canRedo
→ ValueNotifier<
bool> -
no setter
-
canUndo
→ ValueNotifier<
bool> -
no setter
- currentStrokeNotifier → CurrentStrokeValueNotifier
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- strokesNotifier → AllStrokesNotifier
-
final
Methods
-
dispose(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
redo(
) → void -
toString(
) → String -
A string representation of this object.
inherited
-
undo(
) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited