LoginTemplateSignInPage class

LoginTemplateSignInPage is used for sign in page.

Inheritance

Constructors

LoginTemplateSignInPage({Key? key, required dynamic onPressedSignIn(), required dynamic onPressedForgot(), required dynamic onPressedSignUp(), required LoginTemplateStyle style, TextInputAction textInputActionUser = TextInputAction.next, TextInputType keyboardTypeUser = TextInputType.emailAddress, String hintTextUser = 'User name / Email / Phone number', String? errorTextUser, List<TextInputFormatter>? inputFormattersUser, dynamic onTapUser()?, TextEditingController? controllerUser, TextInputAction textInputActionPassword = TextInputAction.done, TextInputType keyboardTypePassword = TextInputType.visiblePassword, String hintTextPassword = 'Password', String? errorTextPassword, List<TextInputFormatter>? inputFormattersPassword, dynamic onTapPassword()?, TextEditingController? controllerPassword, String buttonTextSignIn = 'Sign In', String buttonTextForgotPassword = 'Forgot password?', String buttonTextSignUp = 'Sign Up', List<LoginTemplateSocialButton>? socialButtons, LoginTemplateTerm? term, bool passwordVisible = true})
const

Properties

buttonTextForgotPassword String
The text of ForgotPassword button.
final
buttonTextSignIn String
The text of SignIn button.
final
buttonTextSignUp String
The text of SignUp button.
final
controllerPassword TextEditingController?
Use for the TextField lets the users input their password. See also LoginTemplateTextField
final
controllerUser TextEditingController?
Use for the TextField lets the users input their email or phone number. See also LoginTemplateTextField
final
errorTextPassword String?
Use for the TextField lets the users input their password. See also LoginTemplateTextField
final
errorTextUser String?
Use for the TextField lets the users input their email or phone number. See also LoginTemplateTextField
final
hashCode int
The hash code for this object.
no setterinherited
hintTextPassword String
Use for the TextField lets the users input their password. See also LoginTemplateTextField
final
hintTextUser String
Use for the TextField lets the users input their email or phone number. See also LoginTemplateTextField
final
inputFormattersPassword List<TextInputFormatter>?
Use for the TextField lets the users input their password. See also LoginTemplateTextField
final
inputFormattersUser List<TextInputFormatter>?
Use for the TextField lets the users input their email or phone number. See also LoginTemplateTextField
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
keyboardTypePassword TextInputType
Use for the TextField lets the users input their password. See also LoginTemplateTextField
final
keyboardTypeUser TextInputType
Use for the TextField lets the users input their email or phone number. See also LoginTemplateTextField
final
Your product logo
final
onPressedForgot → dynamic Function()
The action of ForgotPassword button to navigate to LoginTemplateForgotPasswordPage
final
onPressedSignIn → dynamic Function()
The action of SignIn button.
final
onPressedSignUp → dynamic Function()
The action of SignUp button to navigate to LoginTemplateSignUpPage
final
onTapPassword → (dynamic Function()?)
Use for the TextField lets the users input their password. See also LoginTemplateTextField
final
onTapUser → (dynamic Function()?)
Use for the TextField lets the users input their email or phone number. See also LoginTemplateTextField
final
passwordVisible bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
socialButtons List<LoginTemplateSocialButton>?
List of Social button lets the users could sign in/up by their social account (Ex: Facebook, AppleId,...).
final
style LoginTemplateStyle
See LoginTemplateStyle
final
term LoginTemplateTerm?
See LoginTemplateTerm
final
textInputActionPassword TextInputAction
Use for the TextField lets the users input their password. See also LoginTemplateTextField
final
textInputActionUser TextInputAction
Use for the TextField lets the users input their email or phone number. See also LoginTemplateTextField
final

Methods

build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
override
createElement() StatelessElement
Creates a StatelessElement to manage this widget's location in the tree.
inherited
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

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