Nueva contraseña

This commit is contained in:
Juan Felipe Duarte
2023-04-13 11:26:31 -05:00
parent a57f5580eb
commit 2eea2d6502
5 changed files with 172 additions and 7 deletions
+2 -2
View File
@@ -207,8 +207,8 @@ class _RegisterScreenState extends State<RegisterScreen> {
suffixIcon: IconButton(
icon: Icon(
_obscureText
? Icons.visibility_off
: Icons.visibility,
? Icons.visibility
: Icons.visibility_off,
color: Colors.grey,
),
onPressed: () {