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