TutorialHandler class

Constructors

TutorialHandler(TutorialRunner tutorialRunner, TutorialRepository _tutorialRepository)

Properties

buttonHeight double
final
buttonWidth double
final
hashCode int
The hash code for this object.
no setterinherited
overlayEntry OverlayEntry?
getter/setter pair
overlayOffset Offset
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tutorialTextStyle TextStyle
final

Methods

buildOverlayContent(BuildContext context, OverlayContent content) Widget
createHighlightOverlayContent(BuildContext context, WidgetHighlightTutorialStep tutorialStep) OverlayContent
createOverlay(TutorialStep tutorialStep) → void
createTextOverlayContent(BuildContext context, PlainTextTutorialStep tutorialStep) OverlayContent
dispose() → void
getCurrentContextAndState() → (BuildContext, NavigatorState)?
nextTutorialElement() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeOverlayEntry() → void
startTutorial() → void
toString() String
A string representation of this object.
inherited

Operators

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