AFConnectedWidgetPrototype constructor
AFConnectedWidgetPrototype({
- required AFPrototypeID id,
- required dynamic models,
- required AFRouteParam routeParam,
- List<
AFRouteParam> ? children, - required AFRenderConnectedChildDelegate render,
- required AFSingleScreenPrototypeBody body,
- required AFTestTimeHandling timeHandling,
Implementation
AFConnectedWidgetPrototype({
required AFPrototypeID id,
required dynamic models,
required this.routeParam,
this.children,
required AFRenderConnectedChildDelegate render,
required AFSingleScreenPrototypeBody body,
required this.timeHandling,
}): super(id: id, body: body, stateView: models, render: render);