navDestinations top-level constant
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'),
];