feature/edit-event #28

Merged
v4l3n71n merged 8 commits from feature/edit-event into main 2024-12-14 17:44:24 +00:00
Showing only changes of commit 8c4c436241 - Show all commits

View File

@ -394,6 +394,14 @@ class _ItemMenuState extends State<ItemMenu> with ShowErrorDialog {
], ],
) )
], ],
))); ),
),
floatingActionButton: FloatingActionButton(
onPressed: () {},
backgroundColor: Colors.blue,
tooltip: 'Recherche',
child: const Icon(Icons.edit, color: Colors.white),
),
);
} }
} }