HintState class sealed
Observable tour state.
Three states deliberately: waiting ≠ active. A deferred target
(lazy tab, not-yet-mounted widget) means "the tour started but there is
nothing to spotlight" — a separate phase with its own timeout and UX
(scrim without a hole, "preparing"). Phases must not be merged: otherwise
"show" and "wait" are indistinguishable in tests and diagnostics.
- Implementers
- Annotations
Properties
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