servicios
This commit is contained in:
@@ -120,14 +120,15 @@ class _HorarioScreenState extends State<HorarioScreen> {
|
||||
Padding(
|
||||
padding: const EdgeInsets.only(top: 30, bottom: 30),
|
||||
child: PrimaryButtom(
|
||||
onPressed: () async {
|
||||
updateHorario().then((value) => Navigator.pushReplacement(
|
||||
context,
|
||||
MaterialPageRoute(
|
||||
builder: (context) => const ProfilePro()),
|
||||
));
|
||||
},
|
||||
label: 'Guardar'),
|
||||
onPressed: () async {
|
||||
updateHorario().then((value) => Navigator.pushReplacement(
|
||||
context,
|
||||
MaterialPageRoute(
|
||||
builder: (context) => const ProfilePro()),
|
||||
));
|
||||
},
|
||||
label: 'Guardar',
|
||||
),
|
||||
)
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user