MenuItemData constructor
MenuItemData({})
Implementation
MenuItemData({
required this.title,
required this.icon,
this.route,
this.children = const [],
this.isExpanded = false,
this.isActive = false,
});
MenuItemData({
required this.title,
required this.icon,
this.route,
this.children = const [],
this.isExpanded = false,
this.isActive = false,
});