bug fixes

This commit is contained in:
2024-04-07 13:18:44 -05:00
parent fee7ea5678
commit 7b0ac130f8
4 changed files with 18 additions and 6 deletions
+5
View File
@@ -325,6 +325,11 @@ class _HomeState extends State<Home> {
),
);
}),
const SliverToBoxAdapter(
child: SizedBox(
height: 80,
),
)
],
),
),