This commit is contained in:
Abhishek Raju Garad
2024-06-18 11:26:15 +05:30
parent bc1d3b4834
commit 57bd55cb50
7 changed files with 176 additions and 41 deletions

View File

@@ -84,7 +84,10 @@ class _HomeScreenState extends State<HomeScreen> {
drawerEnableOpenDragGesture: false,
key: _scaffoldKey1,
backgroundColor: Colors.black,
drawer: Container(child: const SideMenu()),
drawer: Container(
width: 300,
child: const SideMenu(),
),
extendBody: true,
appBar: AppBar(
toolbarHeight: 70.h,