Skip to content

Commit

Permalink
Fix list bottom not appearing
Browse files Browse the repository at this point in the history
  • Loading branch information
AhsanSarwar45 committed Dec 13, 2023
1 parent 9ee58d3 commit 21838a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/common/widgets/list/custom_list_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ class _CustomListViewState<Item extends ListItem>
: null,
reorderDecorationBuilder:
widget.isReorderable ? reorderableListDecorator : null,
footer: const SizedBox(height: 64),
footer: const SizedBox(height: 64 + 80),
// cacheExtent: double.infinity,
),
),
Expand Down

0 comments on commit 21838a9

Please sign in to comment.