design: Hide Navigationbar labels

This commit is contained in:
krille-chan 2023-10-07 07:36:43 +02:00
parent d569a00df7
commit 823810ec19
No known key found for this signature in database

View file

@ -180,6 +180,8 @@ class ChatListView extends StatelessWidget {
bottomNavigationBar: controller.displayNavigationBar
? NavigationBar(
elevation: 4,
labelBehavior:
NavigationDestinationLabelBehavior.alwaysHide,
height: 64,
shadowColor:
Theme.of(context).colorScheme.onBackground,