LineAnnotation class

The specification of a line annotation.

Inheritance

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.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
layer int?
The layer of this annotation.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style PaintStyle?
The stroke style of this line.
getter/setter pair
value ↔ dynamic
The value of variable for position.
getter/setter pair
variable String?
The variable refered to for position.
getter/setter pair

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