update
This commit is contained in:
@@ -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: () {
|
||||
|
||||
Reference in New Issue
Block a user