This commit is contained in:
Juan Felipe Duarte
2023-06-15 11:03:45 -05:00
parent cdb96fb627
commit 70f160da84
7 changed files with 21 additions and 32 deletions
+11 -11
View File
@@ -445,17 +445,17 @@ class _ProfessionalProfileWebScreenState
? LocalPhotoWeb(file: selectedImagInBytes)
: ReferencePhotoWeb(ref: storage.ref().child(_photo)),
),
Padding(
padding: const EdgeInsets.symmetric(vertical: 10),
child: ElevatedButton.icon(
onPressed: () {
_selectFile(true);
},
icon: const Icon(Icons.image),
label: const Text('Elige una imagen'),
),
),
Container(
// Padding(
// padding: const EdgeInsets.symmetric(vertical: 10),
// child: ElevatedButton.icon(
// onPressed: () {
// _selectFile(true);
// },
// icon: const Icon(Icons.image),
// label: const Text('Elige una imagen'),
// ),
// ),
SizedBox(
width: 300,
child: Form(
key: _formKey,
+10 -10
View File
@@ -265,16 +265,16 @@ class _ProfileWebScreenState extends State<ProfileWebScreen> {
? LocalPhotoWeb(file: selectedImagInBytes)
: ReferencePhotoWeb(ref: storage.ref().child(_photo)),
),
Padding(
padding: const EdgeInsets.symmetric(vertical: 10),
child: ElevatedButton.icon(
onPressed: () {
_selectFile(true);
},
icon: const Icon(Icons.image),
label: const Text('Elige una imagen'),
),
),
// Padding(
// padding: const EdgeInsets.symmetric(vertical: 10),
// child: ElevatedButton.icon(
// onPressed: () {
// _selectFile(true);
// },
// icon: const Icon(Icons.image),
// label: const Text('Elige una imagen'),
// ),
// ),
Container(
width: 300,
child: Form(