WizardRoute class

Constructors

WizardRoute({required WidgetBuilder builder, WizardRouteCallback? onNext, WizardRouteCallback? onReplace, WizardRouteCallback? onBack, WizardRouteLoader? onLoad, Object? userData})
const

Properties

builder WidgetBuilder
final
hashCode int
The hash code for this object.
no setterinherited
onBack WizardRouteCallback?
The callback invoked when the previous page is requested.
final
onLoad WizardRouteLoader?
The callback invoked when the page is loaded.
final
onNext WizardRouteCallback?
The callback invoked when the next page is requested.
final
onReplace WizardRouteCallback?
The callback invoked when a replacement page is requested.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userData Object?
Additional custom data associated with this page.
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