DrawingTool enum
- Inheritance
- Available extensions
Values
- pencil → const DrawingTool
- marker → const DrawingTool
- stamp → const DrawingTool
- sprayPaint → const DrawingTool
- fill → const DrawingTool
- line → const DrawingTool
- pixelEraser → const DrawingTool
-
This tool draws a new stroke above the existing strokes.
- objectEraser → const DrawingTool
-
This tool erases the existing strokes.
- polygon → const DrawingTool
- square → const DrawingTool
- circle → const DrawingTool
Properties
- cursor → MouseCursor
-
Available on DrawingTool, provided by the DrawingToolExtensions extension
no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- isCircle → bool
-
no setter
- isEraser → bool
-
no setter
- isFill → bool
-
no setter
- isLine → bool
-
no setter
- isMarker → bool
-
no setter
- isObjectEraser → bool
-
no setter
- isPencil → bool
-
no setter
- isPixelEraser → bool
-
no setter
- isPolygon → bool
-
no setter
- isSprayPaint → bool
-
no setter
- isSquare → bool
-
no setter
- isStamp → bool
-
no setter
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- strokeType → StrokeType
-
Available on DrawingTool, provided by the DrawingToolExtensions extension
no setter
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<
DrawingTool> - A constant List of the values in this enum, in order of their declaration.