ArrowTool class
- Inheritance
-
- Object
- DrawingTool
- ArrowTool
Constructors
Properties
- arrowHeadSize ↔ double
-
getter/setter pair
- color ↔ Color
-
getter/setter pairinherited
- createTime → DateTime
-
finalinherited
- endPoint ↔ Offset?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
finalinherited
- isComplete → bool
-
no setteroverride
- isVisible ↔ bool
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startPoint ↔ Offset?
-
getter/setter pair
- state ↔ DrawingToolState
-
getter/setter pairinherited
- strokeWidth ↔ double
-
getter/setter pairinherited
- type → DrawingToolType
-
finalinherited
Methods
-
draw(
Canvas canvas, Size size, double scaleX, double scrollX, double getX(double), double getY(double)) → void -
override
-
getBounds(
) → Rect -
override
-
hitTest(
Offset point) → bool -
override
-
move(
Offset delta) → void -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited