AFDrawerRouteParamWithFlutterState constructor

AFDrawerRouteParamWithFlutterState({
  1. required AFScreenID screenId,
  2. required AFFlutterRouteParamState flutterState,
})

Implementation

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