WidgetHighlightTutorialStep class

A tutorial step that highlights a specific widget and displays text.

Inheritance

Constructors

WidgetHighlightTutorialStep({required String tutorialText, required TutorialID tutorialID, dynamic loadFromRepository()?})
Creates a WidgetHighlightTutorialStep with the given tutorialText and tutorialID.

Properties

hashCode int
The hash code for this object.
no setterinherited
loadFromRepository → dynamic Function()?
A function to load data from a repository
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tutorialID TutorialID
The unique enum identifier for this tutorial step.
finalinherited
tutorialText String
The text to be displayed on screen during this tutorial step.
final

Methods

execute(TutorialBloc? tutorialBloc) Future<void>
Executes the widget highlight step.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setLoadingFunction({required TutorialRepository tutorialRepository}) WidgetHighlightTutorialStep
Sets the loading function for this step using the provided tutorialRepository.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited