ButtonResolver class

The resolver class for shared button Widgets

Constructors

ButtonResolver()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

backTo(BuildContext context, AuthenticatorStep previousStep) String
Label of button to return to the Sign In step.
changePassword(BuildContext context) String
Label of change password button on ConfirmSignInNewPassword Form
confirm(BuildContext context) String
Label of confirm forms' button
confirmResetPassword(BuildContext context) String
Label of button to confirm the reset of a user's password
continueLabel(BuildContext context) String
Label of confirm forms' button
copyKey(BuildContext context) String
Label of button to copy a value.
forgotPassword(BuildContext context) String
Hint text for the 'Go to Reset Password' button
haveAccount(BuildContext context) String
Hint text for the 'Go to Sign In' button
lostCode(BuildContext context) String
Question for button to resend code
noAccount(BuildContext context) String
Hint text for the 'Go to Sign Up' button
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolve(BuildContext context, ButtonResolverKey key) String
sendCode(BuildContext context) String
Label of button for sending a confirmation code
signIn(BuildContext context) String
Label of sign in form button
signInWith(BuildContext context, AuthProvider provider) String
Label of button to sign in with a social provider
signout(BuildContext context) String
Label of button to sign out the user
signUp(BuildContext context) String
Label of sign up form button
skip(BuildContext context) String
Label of button to skip the current step or action.
submit(BuildContext context) String
Label of submit button
toString() String
A string representation of this object.
inherited
verify(BuildContext context) String
Label of button to verify a user after sign in

Operators

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