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.
getter/setter pair
dim Dim?
The dimension where this region stands.
getter/setter pair
gradient Gradient?
The gradient of this 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 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