index add safearea

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

View File

@@ -126,6 +126,8 @@ class _IndexRouter extends CustState<IndexRouter>
statusBarIconBrightness: Brightness.dark,
statusBarBrightness: Brightness.light,
),
child: SafeArea(
bottom: true,
child: Column(
children: [
Expanded(child: main),
@@ -134,6 +136,7 @@ class _IndexRouter extends CustState<IndexRouter>
),
),
),
),
);
}