WizardStep class

Each Step in the Wizard

Constructors

WizardStep({dynamic nextFunction()?, dynamic previousFunction()?, required Widget child, Key? key, bool? showPrevious = true, bool? showNext = true})

Properties

child Widget
The content displayed on the step.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
key Key?
Use key for testing or to interact with the step.
getter/setter pair
nextFunction ↔ (dynamic Function()?)
Use nextFunction and previousFunction to move back and forward.
getter/setter pair
previousFunction ↔ (dynamic Function()?)
Use nextFunction and previousFunction to move back and forward.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showNext bool?
Use showNext and showPrevious to hide buttons. Usable for instance if you want a function to handle it.
getter/setter pair
showPrevious bool?
Use showNext and showPrevious to hide buttons. Usable for instance if you want a function to handle it.
getter/setter pair

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