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