feature/hamburger-bar #32

Merged
v4l3n71n merged 21 commits from feature/hamburger-bar into main 2025-01-10 21:20:43 +00:00
Showing only changes of commit ad19ea54d1 - Show all commits

View File

@ -104,6 +104,13 @@ class MyDrawer extends StatelessWidget with ShowAlertDialog {
Navigator.pop(context); // Close the drawer Navigator.pop(context); // Close the drawer
}, },
), ),
ListTile(
leading: Icon(Icons.account_circle),
title: Text('Update profile'),
onTap: () {
Navigator.pop(context); // Close the drawer
},
),
ListTile( ListTile(
leading: Icon(Icons.info), leading: Icon(Icons.info),
title: Text('About'), title: Text('About'),