change: AppBar elevation
This commit is contained in:
parent
8649ba55fb
commit
d7d5f4b7e9
3 changed files with 4 additions and 6 deletions
|
|
@ -220,12 +220,6 @@ class _HomeViewState extends State<HomeView> with TickerProviderStateMixin {
|
|||
),
|
||||
],
|
||||
title: Text(title),
|
||||
bottom: AdaptivePageLayout.of(context).columnMode(context)
|
||||
? PreferredSize(
|
||||
preferredSize: Size.fromHeight(1),
|
||||
child: Divider(height: 1),
|
||||
)
|
||||
: null,
|
||||
),
|
||||
body: TabBarView(
|
||||
controller: _pageController,
|
||||
|
|
@ -253,6 +247,7 @@ class _HomeViewState extends State<HomeView> with TickerProviderStateMixin {
|
|||
),
|
||||
floatingActionButtonLocation: FloatingActionButtonLocation.centerDocked,
|
||||
bottomNavigationBar: BottomNavigationBar(
|
||||
elevation: 1,
|
||||
unselectedItemColor: Theme.of(context).textTheme.bodyText1.color,
|
||||
currentIndex: currentIndex,
|
||||
showSelectedLabels: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue