HomeNavItem constructor
HomeNavItem({})
Implementation
HomeNavItem({
required this.text,
required this.content,
this.icon,
this.iconActive,
this.isAdapter = false,
this.onTap,
});
HomeNavItem({
required this.text,
required this.content,
this.icon,
this.iconActive,
this.isAdapter = false,
this.onTap,
});