add account update

This commit is contained in:
Valentin CZERYBA 2024-12-30 23:48:03 +01:00
parent ef87a8bfe2
commit ad19ea54d1

View File

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