HintActions class abstract
Actions available to a step's content (custom tooltips).
Published instead of the concrete controller: the data contract (specs)
must not depend on the implementation of control (controller) — otherwise
there would be a circular dependency between pure data and mechanics.
HintController implements this interface; a custom tooltip gets
exactly the actions it needs (next/skip/previous/finish).
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
finish(
) → void - Finish the tour normally.
-
next(
) → void - Move to the next step (finishes the tour on the last one).
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
previous(
) → void - Go one step back. A no-op on the first step (and for custom tooltips that do not want a back action — the default is safe).
-
skip(
) → void - Abort the tour (the user chose to skip).
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited