NavNode<T> constructor
const
NavNode<T> ({})
Implementation
const NavNode({
required this.id,
required this.label,
this.icon,
this.children = const [],
this.badge,
this.shortcut,
this.value,
this.enabled = true,
});