shellBranches top-level property

List shellBranches
final

Implementation

final shellBranches = [
  StatefulShellBranch(
    navigatorKey: homeTabNavKey,
    routes: homeShellRoutes,
  ),
  StatefulShellBranch(
    navigatorKey: updateTabNavKey,
    routes: updateShellRoutes,
  ),
  StatefulShellBranch(
    navigatorKey: chatTabNavKey,
    routes: chatShellRoutes,
  ),
  StatefulShellBranch(
    navigatorKey: activitiesTabNavKey,
    routes: activitiesShellRoutes,
  ),
  StatefulShellBranch(
    navigatorKey: searchTabNavKey,
    routes: searchShellRoutes,
  ),
];