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