index add safearea

This commit is contained in:
DASHU
2025-01-19 16:52:27 +08:00
parent 0fe5bfcdb0
commit 19c929dc0a

View File

@@ -126,11 +126,14 @@ class _IndexRouter extends CustState<IndexRouter>
statusBarIconBrightness: Brightness.dark, statusBarIconBrightness: Brightness.dark,
statusBarBrightness: Brightness.light, statusBarBrightness: Brightness.light,
), ),
child: Column( child: SafeArea(
children: [ bottom: true,
Expanded(child: main), child: Column(
IndexWebBottomComponent(showControl), children: [
], Expanded(child: main),
IndexWebBottomComponent(showControl),
],
),
), ),
), ),
), ),