HintState class sealed

Observable tour state.

Three states deliberately: waitingactive. 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

hashCode int
The hash code for this object.
no setterinherited
isActive bool
no setter
isIdle bool
no setter
isWaiting bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stepIndex int?
no setter
tour HintTour?
no setter

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