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