mirror of
https://github.com/qinglong-app/qinglong_app.git
synced 2025-10-09 16:48:19 +08:00
other
This commit is contained in:
@@ -86,24 +86,27 @@ class _HomePageState extends ConsumerState<HomePage> {
|
||||
title: _title,
|
||||
actions: actions,
|
||||
),
|
||||
body: IndexedStack(
|
||||
index: _index,
|
||||
children: [
|
||||
const Positioned.fill(
|
||||
child: TaskPage(),
|
||||
),
|
||||
const Positioned.fill(
|
||||
child: EnvPage(),
|
||||
),
|
||||
Positioned.fill(
|
||||
child: ConfigPage(
|
||||
key: configKey,
|
||||
body: ColoredBox(
|
||||
color: ref.watch(themeProvider).themeColor.backGround(),
|
||||
child: IndexedStack(
|
||||
index: _index,
|
||||
children: [
|
||||
const Positioned.fill(
|
||||
child: TaskPage(),
|
||||
),
|
||||
),
|
||||
const Positioned.fill(
|
||||
child: OtherPage(),
|
||||
),
|
||||
],
|
||||
const Positioned.fill(
|
||||
child: EnvPage(),
|
||||
),
|
||||
Positioned.fill(
|
||||
child: ConfigPage(
|
||||
key: configKey,
|
||||
),
|
||||
),
|
||||
const Positioned.fill(
|
||||
child: OtherPage(),
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
bottomNavigationBar: BottomNavigationBar(
|
||||
items: titles
|
||||
|
||||
Reference in New Issue
Block a user