MobileNavItem constructor
const
MobileNavItem({
- required String label,
- String? href,
- void onTap()?,
- List<
MobileNavItem> ? children, - Widget? icon,
Implementation
const MobileNavItem({
required this.label,
this.href,
this.onTap,
this.children,
this.icon,
});