ElementAnnotation class abstract
The Specification of a element annotation.
- Inheritance
-
- Object
- Annotation
- ElementAnnotation
- Implementers
Constructors
Properties
- anchor ↔ (Offset Function(Size)?)
-
Indicates the anchor position of this annotation directly.
read / write
- clip ↔ bool?
-
Whether this element annotation should be cliped within the coordinate region.
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
- values ↔ List?
-
The values of variables for position.
read / write
-
variables
↔ List<
String>? -
The variables in each dimension 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