UndoManagerClient mixin

An interface to receive events from a native UndoManager.

Mixin Applications

Properties

canUndo bool
Will be true if there are past values on the stack.
no setter
canRedo bool
Will be true if there are future values on the stack.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

handlePlatformUndo(UndoDirection direction) → void
Requests that the client perform an undo or redo operation.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
redo() → void
Updates the value on the stack to the next value.
toString() String
A string representation of this object.
inherited
undo() → void
Reverts the value on the stack to the previous value.

Operators

operator ==(Object other) bool
The equality operator.
inherited