OnboardingConfiguration class
Constructors
-
OnboardingConfiguration({dynamic onboardingFinished(Map<
int, Map< results, BuildContext context)?, dynamic onboardingOnNext(int pageNumber, Map<String, dynamic> >String, dynamic> results, BuildContext context)?}) -
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
onboardingFinished
→ (dynamic Function(Map<
int, Map< results, BuildContext context)?)String, dynamic> > -
Called when the user finishes the onboarding.
final
-
onboardingOnNext
→ (dynamic Function(int pageNumber, Map<
String, dynamic> results, BuildContext context)?) -
Called when the user goes to the next page in the onboarding.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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