AFWidgetRouteParamWithFlutterState constructor
AFWidgetRouteParamWithFlutterState({
- required AFScreenID screenId,
- required AFRouteLocation routeLocation,
- required AFWidgetID wid,
- required AFFlutterRouteParamState flutterState,
Implementation
AFWidgetRouteParamWithFlutterState({
required AFScreenID screenId,
required AFRouteLocation routeLocation,
required AFWidgetID wid,
required AFFlutterRouteParamState flutterState,
}): super(
screenId: screenId,
routeLocation: routeLocation,
wid: wid,
flutterState: flutterState,
);