LoginScreenWidgets class
Common Login screen widgets which are helpful in login screen and registration screen in the app
Constructors
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
-
loginFormItem(
{required Widget child, double? verticalPadding}) → Widget - customized login form item with default padding
-
loginTypeButton(
{required void onPressed()?, required dynamic selectedLoginType, required dynamic buttonType}) → Widget - customized Login button with default options
-
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