ultimos cambios

This commit is contained in:
Juan Felipe Duarte
2023-04-20 17:00:29 -05:00
parent 5ef0809929
commit 4129e1fdb9
8 changed files with 12 additions and 140 deletions
+1 -1
View File
@@ -282,7 +282,7 @@ class _DrawerProfessionalState extends State<DrawerProfessional> {
const SizedBox(width: 5),
ElevatedButton(
onPressed: () {
Navigator.pushReplacementNamed(context, '/welcome');
Navigator.pushReplacementNamed(context, '/servicio');
},
style: ElevatedButton.styleFrom(
backgroundColor: const Color(0xFF2BA4EC),