GuideStep class
Clase que representa un paso individual dentro del tutorial inicial interactivo.
Esta clase se utiliza para definir los elementos visuales y funcionales de cada paso del tutorial.
Constructors
-
GuideStep({required List<
String> textKeys, required String mascotAsset, HighlightPosition? highlightPosition, required bool isFinalStep, MascotPosition? mascotPosition}) -
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- highlightPosition → HighlightPosition?
-
Posición opcional que define el área que se debe resaltar en la interfaz.
final
- isFinalStep → bool
-
Indica si este paso es el último de la guía.
final
- mascotAsset → String
-
Ruta de la imagen de la mascota que se mostrará.
final
- mascotPosition → MascotPosition?
-
Posición opcional que determina dónde se ubica la mascota en la pantalla.
final
-
Indice de navegación opcional que permite cambiar la pantalla.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
textKeys
→ List<
String> -
Lista de claves que hacen referencia a los textos que se mostrarán en ese paso.
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