DefaultHeraLocalizations class
US English strings for the Hera widgets.
See also:
GlobalHeraLocalizations
, which provides Hera localizations for many languages.
- Implemented types
Constructors
- DefaultHeraLocalizations()
-
Constructs an object that defines the Hera widgets' localized strings
for US English (only).
const
Properties
- alreadyHaveAnAccount → String
-
The text inside the register by phone button
no setteroverride
- backToLogin → String
-
no setteroverride
- chooseSignupMethodTitle → String
-
The register sub title.
no setteroverride
- emailHint → String
-
The hint in the email text field
no setteroverride
- emailLabel → String
-
The label above the email text field
no setteroverride
- failure → String
-
no setteroverride
- forgotPasswordButton → String
-
The text inside the forgot password button
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- identifierHint → String
-
The hint in the identifier text field
no setteroverride
- identifierLabel → String
-
The label above the identifier text field
no setteroverride
- invalidEmailError → String
-
no setteroverride
- invalidIdentifierError → String
-
no setteroverride
- invalidPasswordError → String
-
no setteroverride
- invalidPhoneError → String
-
no setteroverride
- invalidUsernameError → String
-
no setteroverride
- loginButton → String
-
The text inside the login button
no setteroverride
- loginSubtitle → String
-
The login sub title.
no setteroverride
- loginTitle → String
-
The login title.
no setteroverride
- next → String
-
no setteroverride
- noAccountButton → String
-
The text inside the don't have an account button
no setteroverride
- orLoginText → String
-
The "or login with" text between oidc and login
no setteroverride
- passwordDoNotMatchError → String
-
no setteroverride
- passwordHint → String
-
The hint in the password text field
no setteroverride
- passwordLabel → String
-
The label above the password text field
no setteroverride
- passwordMustContainNumberError → String
-
no setteroverride
- passwordMustContainSpecialCharError → String
-
no setteroverride
- passwordMustContainUpperError → String
-
no setteroverride
- passwordMustMin8LengthError → String
-
no setteroverride
- phoneHint → String
-
The hint in the phone text field
no setteroverride
- phoneLabel → String
-
The label above the phone text field
no setteroverride
- registerButton → String
-
The text inside the register button
no setteroverride
- registerByEmailButton → String
-
The text inside the register by email button
no setteroverride
- registerByPhoneButton → String
-
The text inside the register by phone button
no setteroverride
- registerByUsernameButton → String
-
The text inside the register by phone button
no setteroverride
- registerSubtitle → String
-
The text inside the register by phone button
no setteroverride
- registerTitle → String
-
The register title.
no setteroverride
- repeatPasswordHint → String
-
The hint in the repeat password text field
no setteroverride
- repeatPasswordLabel → String
-
The label above the repeat password text field
no setteroverride
- resetPasswordIdentifierHint → String
-
no setteroverride
- resetPasswordIdentifierLabel → String
-
no setteroverride
- resetPasswordSubtitle → String
-
no setteroverride
- resetPasswordTitle → String
-
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sendResetPasswordSubtitle → String
-
no setteroverride
- sendResetPasswordTitle → String
-
no setteroverride
- success → String
-
no setteroverride
- usernameHint → String
-
The hint in the username text field
no setteroverride
- usernameLabel → String
-
The label above the username text field
no setteroverride
- verifyButton → String
-
no setteroverride
- verifyEmailSubtitle → String
-
no setteroverride
- verifyEmailTitle → String
-
no setteroverride
- verifyPhoneSubtitle → String
-
no setteroverride
- verifyPhoneTitle → String
-
no setteroverride
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
Static Methods
-
load(
Locale locale) → Future< HeraLocalizations> - Creates an object that provides US English resource values for the Hera library widgets.
Constants
-
delegate
→ const LocalizationsDelegate<
HeraLocalizations> - A LocalizationsDelegate that uses DefaultHeraLocalizations.load to create an instance of this class.