TutorialStep class

Defines a single step in a tutorial.

Constructors

TutorialStep.new({required Widget child, GlobalKey<State<StatefulWidget>>? widgetKey, bool? showAbove, Widget? indicator, double? indicatorHeight, double? indicatorWidth, EdgeInsets? focusOverlayPadding})

Properties

child Widget
The instructional content to show in the tooltip.
final
focusOverlayPadding EdgeInsets?
Padding for the highlighted area around the target widget.
final
hashCode int
The hash code for this object.
no setterinherited
indicator Widget?
Custom widget that points to the target (e.g., arrow).
final
indicatorHeight double?
The height of the indicator.
final
indicatorWidth double?
The width of the indicator.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showAbove bool?
Forces tooltip position (true = above target, false = below).
final
widgetKey GlobalKey<State<StatefulWidget>>?
The key of the target widget to highlight.
final

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