This commit is contained in:
Juan Felipe Duarte
2023-04-16 17:34:18 -05:00
parent 86e3b47693
commit a22d17b199
16 changed files with 1132 additions and 407 deletions
+4 -1
View File
@@ -146,7 +146,10 @@ class _WelcomeScreenState extends State<WelcomeScreen> {
padding: const EdgeInsets.only(bottom: 40),
child: Center(
child: PrimaryButtom(
onPressed: () {}, label: 'Solicitar un servicio'),
onPressed: () {
Navigator.pushNamed(context, '/servicio');
},
label: 'Solicitar un servicio'),
),
),
]),