StepWidgetParams class

The data passed in when the system calls GuideStep.widgetBuilder when the guide page is generated

Constructors

StepWidgetParams({required GuideMode introMode, VoidCallback? onNext, VoidCallback? onFinish, required Size screenSize, required Size size, required int currentStepIndex, required int stepCount, required Offset offset})

Properties

currentStepIndex int
Which guide page is currently displayed, starting from 0
final
hashCode int
The hash code for this object.
no setterinherited
introMode GuideMode
final
offset Offset
The coordinates of the upper left corner of the highlighted component
final
onFinish VoidCallback?
End all guide page methods
final
onNext VoidCallback?
Enter the next guide page method, or null if there is no
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenSize Size
The width and height of the screen
final
size Size
The width and height of the highlighted component
final
stepCount int
Total number of guide pages
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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