opt: playall safeArea

This commit is contained in:
guozhigq
2024-10-20 15:08:15 +08:00
parent 7c4dd6027b
commit 9841633240
3 changed files with 21 additions and 15 deletions

View File

@ -129,7 +129,7 @@ class _LaterPageState extends State<LaterPage> {
),
SliverToBoxAdapter(
child: SizedBox(
height: MediaQuery.of(context).padding.bottom + 10,
height: MediaQuery.of(context).padding.bottom + 80,
),
)
],