add image

This commit is contained in:
2024-07-04 23:17:44 +02:00
parent 635b927976
commit c88c8b33e2
4 changed files with 8 additions and 9 deletions

View File

@@ -165,7 +165,7 @@ class _ItemMenuState extends State<ItemMenu> with ShowErrorDialog {
appBar: AppBar(
// Here we take the value from the MyHomePage object that was created by
// the App.build method, and use it to set our appbar title.
title: Text("eventName : ${eventName}"),
title: Text("${eventName}"),
backgroundColor: Colors.blue,
foregroundColor: Colors.white,
),