TextDesignCanvasAction enum

A text design canvas action.

Inheritance

Constructors

TextDesignCanvasAction()
const

Values

add → const TextDesignCanvasAction

Add a new TextDesign.

bringToFront → const TextDesignCanvasAction

Bring the selected TextDesign to the front.

delete → const TextDesignCanvasAction

Delete the selected TextDesign.

invert → const TextDesignCanvasAction

Invert the selected TextDesign.

redo → const TextDesignCanvasAction

Redo the action(s).

undo → const TextDesignCanvasAction

Undo the action(s).

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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<TextDesignCanvasAction>
A constant List of the values in this enum, in order of their declaration.