mirror of
https://github.com/haorendashu/nowser.git
synced 2025-12-17 09:54:19 +01:00
index add safearea
This commit is contained in:
@@ -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),
|
||||||
|
],
|
||||||
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user