NavBarItem constructor

const NavBarItem({
  1. IconData? icon,
  2. String? label,
  3. Color? activeColor,
  4. Color? inactiveColor,
  5. BadgeModel? badge,
})

Implementation

const NavBarItem({
  this.icon,
  this.label,
  this.activeColor,
  this.inactiveColor,
  this.badge,
});