FormStackForm class abstract

Implementers

Constructors

FormStackForm(LinkedList<FormStep> steps, {Identifier? id, required String fromInstanceName, dynamic onUpdate(FormStep)?, dynamic onRenderFormSatackForm(FormStackForm)?, String? backgroundAnimationFile, dynamic onValidtionError(String)?, VoidCallback? onSystemNagiationBackClick, Color primaryColor = Colors.black, required MapKey mapKey, bool preventSystemBackNavigation = false, Alignment? backgroundAlignment, required LocationWrapper initialLocation})

Properties

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

Methods

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

Operators

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