CustomAnnotation class
The specification of a custom annotation.
- Inheritance
-
- Object
- Annotation
- ElementAnnotation
- CustomAnnotation
Constructors
Properties
- anchor ↔ (Offset Function(Size)?)
-
Indicates the anchor position of this annotation directly.
read / writeinherited
- clip ↔ bool?
-
Whether this element annotation should be cliped within the coordinate region.
read / writeinherited
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- layer ↔ int?
-
The layer of this annotation.
read / writeinherited
-
renderer
↔ List<
MarkElement< ElementStyle>> Function(Offset, Size) -
Indicates the custom render funcion of this annotation.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- values ↔ List?
-
The values of variables for position.
read / writeinherited
-
variables
↔ List<
String>? -
The variables in each dimension refered to for position.
read / writeinherited
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