SurveyController class
Constructors
- SurveyController({dynamic onNextStep(BuildContext context, StepResult? stepResult)?, dynamic onStepBack(BuildContext context, StepResult? stepResult)?, dynamic onCloseSurvey(BuildContext context, StepResult? stepResult)?})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- onCloseSurvey → dynamic Function(BuildContext context, StepResult? stepResult)?
-
Defines what should happen if the survey should be closed
Default behavior is:
final
- onNextStep → dynamic Function(BuildContext context, StepResult? stepResult)?
-
Defines what should happen if the next step is called
Default behavior is:
final
- onStepBack → dynamic Function(BuildContext context, StepResult? stepResult)?
-
Defines what should happen if the previous step is called
Default behavior is:
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
closeSurvey(
{required BuildContext context, StepResult? stepResult}) → void -
nextStep(
BuildContext context, StepResult? stepResult) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
stepBack(
{required BuildContext context, StepResult? stepResult}) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited