Destination constructor
Creates a new navigation destination.
label
is the text displayed next to or below the iconicon
is shown in the unselected stateselectedIcon
is shown in the selected state
Implementation
const Destination(
this.label,
this.icon,
this.selectedIcon,
);