refactoring and checkpoint

This commit is contained in:
DahoudG
2024-09-24 00:32:20 +00:00
parent dc73ba7dcc
commit 6b12cfeb41
159 changed files with 8119 additions and 1535 deletions

View File

@@ -7,7 +7,7 @@ class CustomDrawer extends StatelessWidget {
child: ListView(
padding: EdgeInsets.zero,
children: <Widget>[
DrawerHeader(
const DrawerHeader(
decoration: BoxDecoration(
color: Colors.blueAccent,
),