AFRouteParamRef.forWidgetTest constructor

AFRouteParamRef.forWidgetTest({
  1. required AFWidgetID wid,
})

Implementation

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