feature/hamburger-bar #32
@ -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'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user