NavDestination constructor

const NavDestination(
  1. String label,
  2. Widget icon,
  3. Widget selectedIcon
)

Creates a navigation destination.

Implementation

const NavDestination(this.label, this.icon, this.selectedIcon);