CircleHeight class

Clase auxiliar para representar un círculo en la matriz con su altura animada.

Cada círculo mantiene su propia altura que se anima según la onda que atraviesa la matriz, y un índice para identificarlo.

Constructors

CircleHeight({required double height, required int index})

Properties

hashCode int
The hash code for this object.
no setterinherited
height double
Altura actual del círculo (se anima durante la reproducción).
getter/setter pair
index int
Índice único del círculo en la matriz aplanada.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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