AFRouteParamRef.forWidgetTest constructor
AFRouteParamRef.forWidgetTest({
- required AFWidgetID wid,
Implementation
factory AFRouteParamRef.forWidgetTest({
required AFWidgetID wid,
}) {
return AFRouteParamRef(screenId: AFUIScreenID.screenPrototypeWidget, routeLocation: AFRouteLocation.screenHierarchy, wid: wid);
}