conflict resolve

This commit is contained in:
priyanka
2024-03-22 04:05:33 -07:00
20 changed files with 1596 additions and 512 deletions

View File

@@ -27,6 +27,7 @@ class _HomeScreenState extends State<HomeScreen> {
@override
Widget build(BuildContext context) {
return Scaffold(
drawerEnableOpenDragGesture: false,
key: _scaffoldKey1,
backgroundColor: Colors.black,
drawer: Container(child: SideMenu()),