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

@@ -11,6 +11,7 @@ import 'dart:io';
import 'dart:typed_data';
import '../classes/events.dart';
import '../classes/MyDrawer.dart';
import 'ItemMenu.dart';
import 'CameraEdit.dart';
@@ -465,6 +466,8 @@ class _EditEventState extends State<EditEvent>
Widget build(BuildContext context) {
return Scaffold(
backgroundColor: Colors.white,
drawer: MyDrawer(),
appBar: AppBar(
title: Text("Add or Update a event"),
backgroundColor: Colors.blue,