WizardPage class

Constructors

WizardPage({required String title, required Widget child, Future<bool> onNext()?, Future onBack()?, String nextButtonText = "Next", String backButtonText = "Back", bool hideNextButton = false, bool hideBackButton = false})
factory

Properties

backButtonText String
final
child Widget
final
formKey GlobalKey<FormState>
final
hashCode int
The hash code for this object.
no setterinherited
hideBackButton bool
final
hideNextButton bool
final
nextButtonText String
final
onBack Future Function()?
final
onNext Future<bool?> Function()?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
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