NavItemBuilder constructor
NavItemBuilder({})
Implementation
NavItemBuilder(
{required this.ref,
required this.items,
this.activeColor = Colors.white,
this.activeGradient,
this.inactiveColor,
this.backgroundColor,
this.inactiveBackgroundColor,
this.activeBackgroundColor});