RegionAnnotation class

The specification of a region annotation.

Inheritance

Constructors

RegionAnnotation({Dim? dim, String? variable, required List values, Color? color, Gradient? gradient, int? layer})
Creates a region annotation.

Properties

color Color?
The color of this region.
read / write
dim Dim?
The dimension where this region stands.
read / write
gradient Gradient?
The gradient of this 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 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