added drawer

This commit is contained in:
Mohamed Nouffer
2023-07-11 12:11:41 +05:30
parent 0c0234ad3c
commit b3a9e35f76
3 changed files with 6 additions and 4 deletions

View File

@ -27,9 +27,9 @@ class IndexPage extends GetView<IndexController> {
return WillPopScope(
onWillPop: () async => false,
child: Scaffold(
//drawer: const DrawerPage(),
drawer: DrawerPage(),
appBar: AppBar(
automaticallyImplyLeading: false,
// automaticallyImplyLeading: false,
// leading: IconButton(
// icon: Icon(Icons.arrow_back_ios),
// onPressed: (){