SquareHeight class

Clase auxiliar para representar un cuadrado en la matriz con su altura animada.

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

Constructors

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

Properties

hashCode int
The hash code for this object.
no setterinherited
height double
Altura actual del cuadrado (se anima durante la reproducción).
getter/setter pair
index int
Índice único del cuadrado 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