NavBarWide constructor

const NavBarWide({
  1. Key? key,
  2. required List<NavBarItem> navBarItems,
})

NavBarWide's named constructor

Implementation

const NavBarWide({
  Key? key,
  required this.navBarItems,
}) : super(key: key);