add drawer to every page

This commit is contained in:
2025-01-10 21:06:41 +01:00
parent 54c95a230b
commit 524427a29f
9 changed files with 23 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ import 'package:intl/date_symbol_data_local.dart';
import '../variable/globals.dart' as globals;
import '../classes/events.dart';
IMPORT '../classes/MyDrawer.dart';
import 'ListItemMenu.dart';
import 'MapboxPages.dart';
@@ -215,6 +216,7 @@ class _ItemMenuState extends State<ItemMenu> with ShowAlertDialog {
context, MaterialPageRoute(builder: (_) => ListItemMenu()));
},
)),
drawer: MyDrawer(),
body: SingleChildScrollView(
child: Column(
children: <Widget>[