|
|
@ -190,6 +190,8 @@ class ChatListView extends StatelessWidget {
|
|
|
|
NavigationDestinationLabelBehavior.alwaysShow,
|
|
|
|
NavigationDestinationLabelBehavior.alwaysShow,
|
|
|
|
shadowColor:
|
|
|
|
shadowColor:
|
|
|
|
Theme.of(context).colorScheme.onSurface,
|
|
|
|
Theme.of(context).colorScheme.onSurface,
|
|
|
|
|
|
|
|
backgroundColor:
|
|
|
|
|
|
|
|
Theme.of(context).colorScheme.surface,
|
|
|
|
surfaceTintColor:
|
|
|
|
surfaceTintColor:
|
|
|
|
Theme.of(context).colorScheme.surface,
|
|
|
|
Theme.of(context).colorScheme.surface,
|
|
|
|
selectedIndex: controller.selectedIndex,
|
|
|
|
selectedIndex: controller.selectedIndex,
|
|
|
|