PasswordElement class

Inheritance

Constructors

PasswordElement({String? id, String? initValue, Validation? passwordValidator, String? label, String? hint, PasswordElementDecoration? decorationPasswordElement, String? errorMsg, bool enableShowPassword = true, bool? isRequired, int minLength = 6, bool? hasUppercase, bool? hasSpecialCharacter, bool? hasDigits, PasswordError? errors, bool readOnly = false, EdgeInsets padding = const EdgeInsets.all(2.0), bool visibility = true})

Properties

decorationElement DecorationElement?
finalinherited
decorationPasswordElement PasswordElementDecoration?
final
enableShowPassword bool
final
error String?
finalinherited
errorMsg String?
final
errors PasswordError?
final
hasDigits bool?
final
hashCode int
The hash code for this object.
no setterinherited
hasSpecialCharacter bool?
final
hasUppercase bool?
final
hint String?
final
id String?
finalinherited
initValue String?
final
isRequired bool?
final
label String?
final
onTap Function?
finalinherited
padding EdgeInsets
final
passwordValidator Validation?
final
readOnly bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typeInput TypeInput
finalinherited
validator Validation?
finalinherited
visibility bool
finalinherited

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