WizardStepController class abstract

Coordinates the wizard steps and its input control states.

Implementers

Constructors

WizardStepController({required WizardStep step, bool isBackEnabled = true, bool isNextEnabled = true})
Coordinates the wizard steps and its input control states.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isGoBackEnabled bool
Indicates whether the back button currently is enabled
no setter
isGoBackEnabledStream Stream<bool>
Streams whether the back button is enabled
no setter
isGoNextEnabled bool
Indicates whether the next button currently is enabled
no setter
isGoNextEnabledStream Stream<bool>
Stream whether the next button is enabled
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
step WizardStep
Wizard step which can contain ever state management solution that you wish. A provider, bloc, etc can be provided in this property.
no setter

Methods

disableGoBack() → void
Disable the previous button
disableGoNext() → void
Disable the next button
dispose() → void
Dispose the controller
enableGoBack() → void
Enable the previous button
enableGoNext() → void
Enable the next button
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