navDestinations top-level constant

  1. @visibleForTesting
List<({IconData icon, String label})> const navDestinations

Navigation destinations shared between NavigationBar and NavigationRail.

Implementation

@visibleForTesting
const navDestinations = <({IconData icon, String label})>[
  (icon: Icons.home_rounded, label: 'Home'),
  (icon: Icons.menu_book_rounded, label: 'Learn'),
  (icon: Icons.person_rounded, label: 'Profile'),
];