AFDialogRouteParamWithFlutterState constructor
AFDialogRouteParamWithFlutterState({
- required AFScreenID screenId,
- required AFFlutterRouteParamState flutterState,
Implementation
AFDialogRouteParamWithFlutterState({
required AFScreenID screenId,
required AFFlutterRouteParamState flutterState,
}): super(
screenId: screenId,
flutterState: flutterState,
routeLocation: AFRouteLocation.globalPool
);