factory Page(Route route, Element element) { return Page._( pageInfo: QTPageInfo.fromElement(element, route), route: route, element: element, ); }