update
This commit is contained in:
@@ -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'),
|
||||
),
|
||||
),
|
||||
]),
|
||||
|
||||
Reference in New Issue
Block a user