LoginTemplateSignUpPage class

LoginTemplateSignUpPage is used for sign up page.

Inheritance

Constructors

LoginTemplateSignUpPage({Key? key, required dynamic onPressedSignIn(), 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 textInputActionFullName = TextInputAction.done, TextInputType keyboardTypeFullName = TextInputType.name, String hintTextFullName = 'Full name', String? errorTextFullName, List<TextInputFormatter>? inputFormattersFullName, dynamic onTapFullName()?, TextEditingController? controllerFullName, String buttonTextSignIn = 'Sign In', String buttonTextSignUp = 'Create Account', LoginTemplateTerm? term, String textMessageAlreadyHaveAccount = 'Already have an account? ', bool signInSectionVisible = true})
const

Properties

buttonTextSignIn String
The text of SignIn button.
final
buttonTextSignUp String
The text of SignUp button.
final
controllerFullName TextEditingController?
Use for the TextField lets the users input their full name. See also LoginTemplateTextField
final
controllerUser TextEditingController?
Use for the TextField lets the users input their email or phone number. See also LoginTemplateTextField
final
errorTextFullName String?
Use for the TextField lets the users input their full name. 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
hintTextFullName String
Use for the TextField lets the users input their full name. See also LoginTemplateTextField
final
hintTextUser String
Use for the TextField lets the users input their email or phone number. See also LoginTemplateTextField
final
inputFormattersFullName List<TextInputFormatter>?
Use for the TextField lets the users input their full name. 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
keyboardTypeFullName TextInputType
Use for the TextField lets the users input their full name. 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
onPressedSignIn → dynamic Function()
The action of SignIn button to navigate to LoginTemplateSignInPage
final
onPressedSignUp → dynamic Function()
The action of SignUp button.
final
onTapFullName → (dynamic Function()?)
Use for the TextField lets the users input their full name. See also LoginTemplateTextField
final
onTapUser → (dynamic Function()?)
Use for the TextField lets the users input their email or phone number. See also LoginTemplateTextField
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signInSectionVisible bool
final
style LoginTemplateStyle
See LoginTemplateStyle
final
term LoginTemplateTerm?
See LoginTemplateTerm
final
textInputActionFullName TextInputAction
Use for the TextField lets the users input their full name. See also LoginTemplateTextField
final
textInputActionUser TextInputAction
Use for the TextField lets the users input their email or phone number. See also LoginTemplateTextField
final
textMessageAlreadyHaveAccount String
The text of SignIn button.
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