Aes class

The aesthetic attribute values of a tuple.

Constructors

Aes({required int index, required List<Offset> position, required Shape shape, Color? color, Gradient? gradient, double? elevation, Label? label, double? size})
Creates a aes.

Properties

color Color?
The color of the tuple.
getter/setter pair
elevation double?
The shadow elevation of the tuple.
getter/setter pair
gradient Gradient?
The gradient of the tuple.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
index int
The index of the tuple in all tuples list.
final
label Label?
The label of the tuple.
getter/setter pair
position List<Offset>
Position points of the tuple.
getter/setter pair
representPoint Offset
The represent point of position points.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shape Shape
The shape of the tuple.
getter/setter pair
size double?
The size of the tuple.
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.
inherited