FespNavItemData constructor
FespNavItemData({})
Implementation
FespNavItemData({
required this.icon,
required this.activeIcon,
required this.title,
required this.path,
required this.name,
required this.builder,
this.label,
this.routes,
this.isEnable = true,
});