LoginComponents enum

Components of the login screen to be able to order them customly.

Inheritance

Constructors

LoginComponents()
const

Values

title → const LoginComponents

Title of the login screen.

formTitle → const LoginComponents

Title of the form.

socialLogins → const LoginComponents

Social logins.

description → const LoginComponents

Description of the login screen.

form → const LoginComponents

Form component. Includes email, password and etc.

actionButton → const LoginComponents

Main action button, either login or signup.

changeActionButton → const LoginComponents

Change action text button, either login or signup. Prefixed with "Already have an account?" or "Not have an account?" texts.

forgotPassword → const LoginComponents

Forgot password action button.

Logo of the app.

notHaveAnAccount → const LoginComponents

Not have an account text.

useEmail → const LoginComponents

Use email text.

policyCheckbox → const LoginComponents

Checkbox for privacy policy and terms&conditions.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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

Constants

values → const List<LoginComponents>
A constant List of the values in this enum, in order of their declaration.