design: Hide Navigationbar labels
This commit is contained in:
parent
d569a00df7
commit
823810ec19
1 changed files with 2 additions and 0 deletions
|
|
@ -180,6 +180,8 @@ class ChatListView extends StatelessWidget {
|
||||||
bottomNavigationBar: controller.displayNavigationBar
|
bottomNavigationBar: controller.displayNavigationBar
|
||||||
? NavigationBar(
|
? NavigationBar(
|
||||||
elevation: 4,
|
elevation: 4,
|
||||||
|
labelBehavior:
|
||||||
|
NavigationDestinationLabelBehavior.alwaysHide,
|
||||||
height: 64,
|
height: 64,
|
||||||
shadowColor:
|
shadowColor:
|
||||||
Theme.of(context).colorScheme.onBackground,
|
Theme.of(context).colorScheme.onBackground,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue