design: Style bottom navigation bar in backgroundcolor
This commit is contained in:
parent
b798b6dd39
commit
ee12843d65
2 changed files with 66 additions and 54 deletions
|
|
@ -176,7 +176,12 @@ class ChatListView extends StatelessWidget {
|
|||
body: ChatListViewBody(controller),
|
||||
bottomNavigationBar: controller.displayNavigationBar
|
||||
? NavigationBar(
|
||||
elevation: 4,
|
||||
height: 64,
|
||||
shadowColor:
|
||||
Theme.of(context).colorScheme.onBackground,
|
||||
surfaceTintColor:
|
||||
Theme.of(context).colorScheme.background,
|
||||
selectedIndex: controller.selectedIndex,
|
||||
onDestinationSelected:
|
||||
controller.onDestinationSelected,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue