ElementAnnotation class abstract

The Specification of a element annotation.

Inheritance
Implementers

Constructors

ElementAnnotation({List<String>? variables, List? values, Offset anchor(Size)?, bool? clip, int? layer})
Creates a element annotation.

Properties

anchor ↔ (Offset Function(Size)?)
Indicates the anchor position of this annotation directly.
getter/setter pair
clip bool?
Whether this element annotation should be cliped within the coordinate region.
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
values List?
The values of variables for position.
getter/setter pair
variables List<String>?
The variables in each dimension 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