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,
|
||||
statusBarBrightness: Brightness.light,
|
||||
),
|
||||
child: Column(
|
||||
children: [
|
||||
Expanded(child: main),
|
||||
IndexWebBottomComponent(showControl),
|
||||
],
|
||||
child: SafeArea(
|
||||
bottom: true,
|
||||
child: Column(
|
||||
children: [
|
||||
Expanded(child: main),
|
||||
IndexWebBottomComponent(showControl),
|
||||
],
|
||||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user