This commit is contained in:
Juan Felipe Duarte
2023-04-19 17:51:08 -05:00
parent 3b28febfec
commit 268af389bb
8 changed files with 690 additions and 55 deletions
+1 -3
View File
@@ -382,9 +382,7 @@ class _ProfileScreenState extends State<ProfileScreen> {
prefixIcon: Icon(Icons.person_outline),
hintText: 'Nombre (Obligatorio)'),
),
const SizedBox(
height:
20.0), // Agrega espacio vertical entre los TextFormFields
const SizedBox(height: 20.0),
_email != null
? TextFormField(
onTap: () {