design: New date separators in timeline

This commit is contained in:
Krille 2024-03-27 08:44:02 +01:00
commit f15b81c5a6
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
6 changed files with 134 additions and 79 deletions

View file

@ -187,12 +187,7 @@ class ChatListView extends StatelessWidget {
? NavigationBar(
elevation: 4,
labelBehavior:
NavigationDestinationLabelBehavior.alwaysHide,
height: 64,
shadowColor:
Theme.of(context).colorScheme.onBackground,
surfaceTintColor:
Theme.of(context).colorScheme.background,
NavigationDestinationLabelBehavior.alwaysShow,
selectedIndex: controller.selectedIndex,
onDestinationSelected:
controller.onDestinationSelected,