NavigationItem constructor
Creates a NavigationItem with the specified page
, icon
, and label
.
All parameters are required and must not be null.
Implementation
const NavigationItem({
required this.page,
required this.icon,
required this.label,
});