Tutorial class

Constructors

Tutorial()

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
show<T extends TutorialEntry>(BuildContext context, {GlobalKey<TutorialWidgetState>? key, required List<T> children, DialogBuilder? dialogBuilder, Color backgroundColor = Colors.black, double backgroundMaxOpacity = 0.5, AnimationController? opacityAnimationController, AnimationController? highlightAnimationController, Animation<double>? opacityAnimation, Animation<double>? highlightAnimation, OnPressedBehavior onPressedBehavior = OnPressedBehavior.next, Future<void> prepareNext()?}) → void
toString() String
A string representation of this object.
inherited

Operators

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