fixed list in detail view

This commit is contained in:
marcoabat
2023-08-07 11:14:00 +02:00
parent f4c0555354
commit 3a0032be7a

View File

@@ -213,9 +213,7 @@ class _DetailChecklistPageState extends State<DetailChecklistPage> {
return Column(
children: [
Text(_checklist!.description),
SizedBox(
width: 500,
height: 500,
Expanded(
child: ListView.builder(
itemCount: _items.length,
itemBuilder: _itemListBuilder,