FormPageState class

Constructors

FormPageState.new({BuildContext? context, String? username, String? firstName, String? lastName, String? password, String? confirmPassword, String? email, FocusNode? emailFocusNode, FocusNode? passwordFocusNode, FocusNode? confirmPasswordFocusNode, FocusNode? firstNameFocusNode, FocusNode? lastNameFocusNode, bool? isPassword = true, bool? isConfirmPassword = true, String? profileImagePath})

Properties

confirmPassword String?
getter/setter pair
confirmPasswordFocusNode FocusNode
getter/setter pair
context BuildContext?
getter/setter pair
email String?
getter/setter pair
emailFocusNode FocusNode
getter/setter pair
firstName String?
getter/setter pair
firstNameFocusNode FocusNode
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isConfirmPassword bool?
getter/setter pair
isPassword bool?
getter/setter pair
lastName String?
getter/setter pair
lastNameFocusNode FocusNode
getter/setter pair
password String?
getter/setter pair
passwordFocusNode FocusNode
getter/setter pair
profileImagePath String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
username String?
getter/setter pair

Methods

copyWith({BuildContext? context, bool? loader, String? username, String? firstName, String? lastName, String? password, String? confirmPassword, String? email, FocusNode? emailFocusNode, FocusNode? passwordFocusNode, FocusNode? confirmPasswordFocusNode, FocusNode? firstNameFocusNode, FocusNode? lastNameFocusNode, bool? isPasswordVisible, bool? isConfirmPasswordVisible, String? profileImagePath}) FormPageState
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