|  |  |  | @ -9,6 +9,7 @@ import 'package:test_sa/extensions/text_extensions.dart'; | 
		
	
		
			
				|  |  |  |  | import 'package:test_sa/extensions/widget_extensions.dart'; | 
		
	
		
			
				|  |  |  |  | import 'package:test_sa/models/enums/user_types.dart'; | 
		
	
		
			
				|  |  |  |  | import 'package:test_sa/models/search_all_requests_model.dart'; | 
		
	
		
			
				|  |  |  |  | import 'package:test_sa/modules/cm_module/views/components/action_button/footer_action_button.dart'; | 
		
	
		
			
				|  |  |  |  | import 'package:test_sa/new_views/app_style/app_color.dart'; | 
		
	
		
			
				|  |  |  |  | import 'package:test_sa/new_views/common_widgets/app_filled_button.dart'; | 
		
	
		
			
				|  |  |  |  | import 'package:test_sa/new_views/common_widgets/default_app_bar.dart'; | 
		
	
	
		
			
				
					|  |  |  | @ -111,6 +112,7 @@ class _AllRequestsFilterPageState extends State<AllRequestsFilterPage> { | 
		
	
		
			
				|  |  |  |  |       body: Column( | 
		
	
		
			
				|  |  |  |  |         children: [ | 
		
	
		
			
				|  |  |  |  |           SingleChildScrollView( | 
		
	
		
			
				|  |  |  |  |             padding: const EdgeInsets.all(16), | 
		
	
		
			
				|  |  |  |  |             child: Column( | 
		
	
		
			
				|  |  |  |  |               crossAxisAlignment: CrossAxisAlignment.stretch, | 
		
	
		
			
				|  |  |  |  |               children: [ | 
		
	
	
		
			
				
					|  |  |  | @ -194,11 +196,11 @@ class _AllRequestsFilterPageState extends State<AllRequestsFilterPage> { | 
		
	
		
			
				|  |  |  |  |                 //   setState(() {}); | 
		
	
		
			
				|  |  |  |  |                 // }), | 
		
	
		
			
				|  |  |  |  |               ], | 
		
	
		
			
				|  |  |  |  |             ).paddingOnly(start: 16, end: 16), | 
		
	
		
			
				|  |  |  |  |             ), | 
		
	
		
			
				|  |  |  |  |           ).expanded, | 
		
	
		
			
				|  |  |  |  |           AppFilledButton(onPressed: _search, label: context.translation.applyFilter).paddingOnly(start: 16, end: 16), | 
		
	
		
			
				|  |  |  |  |           FooterActionButton.footerContainer(context: context, child: AppFilledButton(onPressed: _search, label: context.translation.applyFilter)) | 
		
	
		
			
				|  |  |  |  |         ], | 
		
	
		
			
				|  |  |  |  |       ).paddingOnly(top: 16, bottom: 16), | 
		
	
		
			
				|  |  |  |  |       ), | 
		
	
		
			
				|  |  |  |  |     ); | 
		
	
		
			
				|  |  |  |  |   } | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
	
		
			
				
					|  |  |  | 
 |