Arrow class abstract

The arrow element.

Implemented types

Constructors

Arrow()

Properties

fillColor Color
Arrow fill color.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
length double
The overall length of the arrow (including the tip) in units. The size of a unit is equal to the size of a pixel at the current zoom level when the camera tilt is equal to 0 and the scale factor is equal to 1.
getter/setter pair
outlineColor Color
Color of the arrow's outline. Default: white.
getter/setter pair
outlineWidth double
The width of the outline in units. Default: 2.
getter/setter pair
position PolylinePosition
Arrow center.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
triangleHeight double
Describes height of the arrowhead in units. Default: 0.2 * length.
getter/setter pair
visible bool
Arrow visibility. Default: true.
getter/setter pair

Methods

isValid() bool
Usable only in runWithBlockUi or listener handlers.
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