Merge pull request #9 from WDI-Ideas/splash

app bar fixed
This commit is contained in:
Raj
2024-03-21 13:46:05 +05:30
committed by GitHub

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()),