listViw builder

This commit is contained in:
simonmaggini
2023-09-29 09:50:48 +02:00
committed by Joe Küng
parent 42ae2d1c4c
commit f51c4c1958
4 changed files with 33 additions and 10 deletions

View File

@@ -19,8 +19,8 @@ class _InboxViewState extends State<InboxView> {
),
body: ListView(
children: const <Widget>[
Reminder(),
Reminder(),
/* Reminder(),
Reminder(),*/
],
)
);