NavbarItem constructor

const NavbarItem(
  1. IconData iconData,
  2. String text, {
  3. Color? backgroundColor,
  4. Widget? child,
  5. Widget? selectedIcon,
  6. NavbarBadge badge = const NavbarBadge(),
})

Implementation

const NavbarItem(this.iconData, this.text,
    {this.backgroundColor,
    this.child,
    this.selectedIcon,
    this.badge = const NavbarBadge()});