FormWizard class

Inheritance

Constructors

FormWizard(LinkedList<FormStep> steps, {required MapKey mapKey, required String fromInstanceName, required LocationWrapper initialLocation, Alignment? backgroundAlignment, Identifier? id, String? backgroundAnimationFile})

Properties

backgroundAlignment Alignment?
getter/setter pairinherited
backgroundAnimationFile String?
getter/setter pairinherited
fromInstanceName String
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
id Identifier?
getter/setter pairinherited
initialLocation LocationWrapper
getter/setter pairinherited
mapKey MapKey
getter/setter pairinherited
onCancel ↔ (dynamic Function()?)
getter/setter pairinherited
onFinish ↔ (dynamic Function(Map<String, dynamic> result)?)
getter/setter pairinherited
onRenderFormSatackForm ↔ (dynamic Function(FormStackForm)?)
getter/setter pairinherited
onSystemNagiationBackClick VoidCallback?
getter/setter pairinherited
onUpdate ↔ (dynamic Function(FormStep)?)
getter/setter pairinherited
onValidtionError ↔ (dynamic Function(String)?)
getter/setter pairinherited
preventSystemBackNavigation bool
getter/setter pairinherited
previousFormStackForm FormStackForm?
getter/setter pairinherited
primaryColor Color
getter/setter pairinherited
relevantStack Map<String, dynamic>
getter/setter pairinherited
result Map<String, dynamic>
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
steps LinkedList<FormStep>
getter/setter pairinherited

Methods

addItem(FormStep entry) → void
inherited
backStep(FormStep? currentStep) → void
inherited
cancelStep(FormStep? currentStep) → void
inherited
clearResult() → void
inherited
generateResult() → void
inherited
nextStep(FormStep? currentStep) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
render(dynamic onUpdate(FormStep), dynamic onRenderFormSatackForm(FormStackForm)?, {FormStep? formStep}) Widget
inherited
toString() String
A string representation of this object.
inherited
validationError(String error) → void
inherited

Operators

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