chat primera face
This commit is contained in:
@@ -112,7 +112,14 @@ class _DrawerProfessionalState extends State<DrawerProfessional> {
|
||||
child: Column(
|
||||
children: [
|
||||
ListTile(
|
||||
onTap: () {},
|
||||
onTap: () {
|
||||
if (ModalRoute.of(context)?.settings.name !=
|
||||
'/misserviciospro') {
|
||||
Navigator.pushNamed(context, '/misserviciospro');
|
||||
} else {
|
||||
Scaffold.of(context).openEndDrawer();
|
||||
}
|
||||
},
|
||||
leading: const Icon(
|
||||
Icons.history,
|
||||
color: Colors.black,
|
||||
|
||||
Reference in New Issue
Block a user