We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c16d932 commit d8c1a1cCopy full SHA for d8c1a1c
lib/widgets/password_input_field.dart
@@ -42,7 +42,7 @@ class _PasswordInputFieldState extends State<PasswordInputField> {
42
myChild: TextFormField(
43
cursorColor: widget.cursorColor,
44
keyboardType: widget.inputType,
45
- obscureText: true,
+ obscureText: hidePassword,
46
autofocus: false,
47
controller: widget.textController,
48
validator: widget.validator,
0 commit comments