Tutorial class abstract
An abstract class representing a tutorial.
This class defines the structure for creating tutorials in the application. Subclasses must implement getName, tutorialSteps, and optionally override registrationFunction to define the specific behavior of a tutorial.
Constructors
- Tutorial()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
tutorialSteps
→ List<
TutorialStep> -
Returns the list of tutorial steps.
no setter
Methods
-
getName(
) → String - Returns the name of the tutorial.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
registrationFunction(
TutorialRepository tutorialRepository, dynamic caller, {State< StatefulWidget> ? state}) → void - Registers the necessary components for the tutorial.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited