TourUtil class

Constructors

TourUtil()

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

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

Static Properties

styles Styles
getter/setter pair
tutorialCoachMark ↔ TutorialCoachMark
getter/setter pair

Static Methods

finish() → void
getCustomPosition(String position, GlobalKey<State<StatefulWidget>> keyTarget) → CustomTargetContentPosition
initStyles(Styles? s) → void
initTutorialCoachMark(List<TargetFocus> targets) → void
next() → void
previous() → void
show(BuildContext context, {required List<Widget> widgets, required List<GlobalKey<State<StatefulWidget>>> keys, required DataModel data, required String targetIdentifier}) → void