LineAnnotation class
The specification of a line annotation.
- Inheritance
-
- Object
- Annotation
- LineAnnotation
Constructors
- LineAnnotation({Dim? dim, String? variable, required dynamic value, PaintStyle? style, int? layer})
- Creates a line annotation.
Properties
- dim ↔ Dim?
-
The dimension where the line stands.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- layer ↔ int?
-
The layer of this annotation.
read / writeinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- style ↔ PaintStyle?
-
The stroke style of this line.
read / write
- value ↔ dynamic
-
The value of variable for position.
read / write
- variable ↔ String?
-
The variable refered to for position.
read / write
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.
override