StepWidgetParams class

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

Constructors

StepWidgetParams({VoidCallback? onPrev, VoidCallback? onNext, required String group, required int order, required VoidCallback onFinish, required Size screenSize, required Size size, required Offset? offset})

Properties

group String
The step group
final
hashCode int
The hash code for this object.
no setterinherited
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 none
final
onPrev VoidCallback?
Return to the previous guide page method, or null if there is none
final
order int
The step order
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

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