|  |  |  | @ -15,6 +15,7 @@ import 'package:hmg_patient_app_new/theme/colors.dart'; | 
		
	
		
			
				|  |  |  |  | import 'package:hmg_patient_app_new/widgets/appbar/collapsing_list_view.dart'; | 
		
	
		
			
				|  |  |  |  | import 'package:hmg_patient_app_new/widgets/buttons/custom_button.dart'; | 
		
	
		
			
				|  |  |  |  | import 'package:hmg_patient_app_new/widgets/common_bottom_sheet.dart'; | 
		
	
		
			
				|  |  |  |  | import 'package:hmg_patient_app_new/widgets/loader/bottomsheet_loader.dart'; | 
		
	
		
			
				|  |  |  |  | import 'package:hmg_patient_app_new/widgets/routes/custom_page_route.dart'; | 
		
	
		
			
				|  |  |  |  | import 'package:lottie/lottie.dart'; | 
		
	
		
			
				|  |  |  |  | import 'package:provider/provider.dart'; | 
		
	
	
		
			
				
					|  |  |  | @ -153,16 +154,22 @@ class EmergencyServicesPage extends StatelessWidget { | 
		
	
		
			
				|  |  |  |  |                             text: LocaleKeys.confirm.tr(context: context), | 
		
	
		
			
				|  |  |  |  |                             onPressed: () async { | 
		
	
		
			
				|  |  |  |  |                               Navigator.of(context).pop(); | 
		
	
		
			
				|  |  |  |  |                               showCommonBottomSheetWithoutHeight( | 
		
	
		
			
				|  |  |  |  |                                 title: "Rapid Response Team (RRT)".needTranslation, | 
		
	
		
			
				|  |  |  |  |                                 context, | 
		
	
		
			
				|  |  |  |  |                                 child: RrtRequestTypeSelect(), | 
		
	
		
			
				|  |  |  |  |                                 isFullScreen: false, | 
		
	
		
			
				|  |  |  |  |                                 isCloseButtonVisible: true, | 
		
	
		
			
				|  |  |  |  |                                 hasBottomPadding: false, | 
		
	
		
			
				|  |  |  |  |                                 backgroundColor: AppColors.bottomSheetBgColor, | 
		
	
		
			
				|  |  |  |  |                                 callBackFunc: () {}, | 
		
	
		
			
				|  |  |  |  |                               ); | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  |                               LoaderBottomSheet.showLoader(); | 
		
	
		
			
				|  |  |  |  |                               await emergencyServicesViewModel.getRRTProcedures(onSuccess: (val) { | 
		
	
		
			
				|  |  |  |  |                                 LoaderBottomSheet.hideLoader(); | 
		
	
		
			
				|  |  |  |  |                                 showCommonBottomSheetWithoutHeight( | 
		
	
		
			
				|  |  |  |  |                                   title: "Rapid Response Team (RRT)".needTranslation, | 
		
	
		
			
				|  |  |  |  |                                   context, | 
		
	
		
			
				|  |  |  |  |                                   child: RrtRequestTypeSelect(), | 
		
	
		
			
				|  |  |  |  |                                   isFullScreen: false, | 
		
	
		
			
				|  |  |  |  |                                   isCloseButtonVisible: true, | 
		
	
		
			
				|  |  |  |  |                                   hasBottomPadding: false, | 
		
	
		
			
				|  |  |  |  |                                   backgroundColor: AppColors.bottomSheetBgColor, | 
		
	
		
			
				|  |  |  |  |                                   callBackFunc: () {}, | 
		
	
		
			
				|  |  |  |  |                                 ); | 
		
	
		
			
				|  |  |  |  |                               }); | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  |                             }, | 
		
	
		
			
				|  |  |  |  |                             backgroundColor: AppColors.whiteColor, | 
		
	
		
			
				|  |  |  |  |                             borderColor: AppColors.whiteColor, | 
		
	
	
		
			
				
					|  |  |  | 
 |