MenuPageRouteInfo constructor
const
MenuPageRouteInfo({})
Implementation
const MenuPageRouteInfo({
required super.path,
required super.page,
required this.title,
this.icon,
this.imagePath,
super.children,
super.transition,
super.routePostfix,
});