Fix Image Scaling Issue

+ on click outside textfield, close keyboard
This commit is contained in:
Jonas Braus
2024-11-25 16:40:48 +01:00
parent 8ab4e4cd5f
commit 5b346976f2
7 changed files with 348 additions and 325 deletions
-2
View File
@@ -12,9 +12,7 @@ class PageProvider extends ChangeNotifier {
String selectedEssenName = "";
List<Widget> pages = [
const PageEssenSelect(),
const PageAmbiente(),
const PageService(),
const PageAnmerkungen(),
const PageSpezielleErnaehrung()
];