HighlightPosition class
Clase que define las coordenadas y dimensiones del perimetro de resaltado.
Esta clase se utiliza para especificar una seccion destacada de la interfaz durante el turorial.
Constructors
Properties
- bottom → double?
-
Distancia desde la parte inferior del contenedor.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → double?
-
Altura de la caja de resaltado.
final
- left → double?
-
Distancia desde el borde izquierdo del contenedor.
final
- right → double?
-
Distancia desde el borde derecho del contenedor.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- top → double?
-
Distancia desde la parte superior del contenedor.
final
- width → double?
-
Ancho de la caja de resaltado.
final
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