|  |  |  | @ -53,6 +53,7 @@ class _RegisterNew extends State<RegisterNewStep2> { | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  |   Widget build(BuildContext context) { | 
		
	
		
			
				|  |  |  |  |     return Scaffold( | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  |       appBar: CustomAppBar(onBackPressed: () {}, onLanguageChanged: (lang) {}, hideLogoAndLang: true,), | 
		
	
		
			
				|  |  |  |  |       body: SingleChildScrollView( | 
		
	
		
			
				|  |  |  |  |         reverse: false, | 
		
	
	
		
			
				
					|  |  |  | @ -78,8 +79,8 @@ class _RegisterNew extends State<RegisterNewStep2> { | 
		
	
		
			
				|  |  |  |  |                         keyboardType: TextInputType.text, | 
		
	
		
			
				|  |  |  |  |                         isAllowLeadingIcon: true, | 
		
	
		
			
				|  |  |  |  |                         isReadOnly: isFromDubai ? false : true, | 
		
	
		
			
				|  |  |  |  |                         leadingIcon: AppAssets.user_circle), | 
		
	
		
			
				|  |  |  |  |                     Divider(height: 1), | 
		
	
		
			
				|  |  |  |  |                         leadingIcon: AppAssets.user_circle).paddingSymmetrical(0.h,16.h), | 
		
	
		
			
				|  |  |  |  |                     Divider(height: 1, color: AppColors.greyColor,), | 
		
	
		
			
				|  |  |  |  |                     TextInputWidget( | 
		
	
		
			
				|  |  |  |  |                         labelText: LocaleKeys.nationalIdNumber.tr(), | 
		
	
		
			
				|  |  |  |  |                         hintText: isFromDubai ? "widget.payload.nationalID!" : (widget.nHICData!.idNumber ?? ""), | 
		
	
	
		
			
				
					|  |  |  | @ -90,8 +91,8 @@ class _RegisterNew extends State<RegisterNewStep2> { | 
		
	
		
			
				|  |  |  |  |                         isBorderAllowed: false, | 
		
	
		
			
				|  |  |  |  |                         isAllowLeadingIcon: true, | 
		
	
		
			
				|  |  |  |  |                         isReadOnly: true, | 
		
	
		
			
				|  |  |  |  |                         leadingIcon: AppAssets.student_card), | 
		
	
		
			
				|  |  |  |  |                     Divider(height: 1), | 
		
	
		
			
				|  |  |  |  |                         leadingIcon: AppAssets.student_card).paddingSymmetrical(0.h,16.h), | 
		
	
		
			
				|  |  |  |  |                     Divider(height: 1, color: AppColors.greyColor,), | 
		
	
		
			
				|  |  |  |  |                     isFromDubai | 
		
	
		
			
				|  |  |  |  |                         ? DropdownWidget( | 
		
	
		
			
				|  |  |  |  |                             labelText: LocaleKeys.gender.tr(), | 
		
	
	
		
			
				
					|  |  |  | @ -108,7 +109,7 @@ class _RegisterNew extends State<RegisterNewStep2> { | 
		
	
		
			
				|  |  |  |  |                             isAllowRadius: false, | 
		
	
		
			
				|  |  |  |  |                             padding: const EdgeInsets.only(top: 8, bottom: 8, left: 0, right: 0), | 
		
	
		
			
				|  |  |  |  |                             selectionCustomIcon: AppAssets.arrow_down, | 
		
	
		
			
				|  |  |  |  |                             // leadingIcon: 'assets/images/svg/user-full.svg', | 
		
	
		
			
				|  |  |  |  |                              leadingIcon: AppAssets.user_full, | 
		
	
		
			
				|  |  |  |  |                           ).withVerticalPadding(8) | 
		
	
		
			
				|  |  |  |  |                         : TextInputWidget( | 
		
	
		
			
				|  |  |  |  |                             labelText: LocaleKeys.gender.tr(), | 
		
	
	
		
			
				
					|  |  |  | @ -121,8 +122,9 @@ class _RegisterNew extends State<RegisterNewStep2> { | 
		
	
		
			
				|  |  |  |  |                             isAllowLeadingIcon: true, | 
		
	
		
			
				|  |  |  |  |                             isReadOnly: isFromDubai ? false : true, | 
		
	
		
			
				|  |  |  |  |                             leadingIcon: AppAssets.user_full, | 
		
	
		
			
				|  |  |  |  |                             onChange: (value) {}), | 
		
	
		
			
				|  |  |  |  |                     Divider(height: 1), | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  |                             onChange: (value) {}).paddingSymmetrical(0.h,16.h), | 
		
	
		
			
				|  |  |  |  |                     Divider(height: 1, color: AppColors.greyColor,), | 
		
	
		
			
				|  |  |  |  |                     isFromDubai | 
		
	
		
			
				|  |  |  |  |                         ? DropdownWidget( | 
		
	
		
			
				|  |  |  |  |                             labelText: LocaleKeys.maritalStatus.tr(), | 
		
	
	
		
			
				
					|  |  |  | @ -136,7 +138,7 @@ class _RegisterNew extends State<RegisterNewStep2> { | 
		
	
		
			
				|  |  |  |  |                             isAllowRadius: false, | 
		
	
		
			
				|  |  |  |  |                             padding: const EdgeInsets.only(top: 8, bottom: 8, left: 0, right: 0), | 
		
	
		
			
				|  |  |  |  |                             selectionCustomIcon: AppAssets.arrow_down, | 
		
	
		
			
				|  |  |  |  |                             // leadingIcon: 'assets/images/svg/smart-phone.svg', | 
		
	
		
			
				|  |  |  |  |                              leadingIcon: AppAssets.smart_phone, | 
		
	
		
			
				|  |  |  |  |                           ).withVerticalPadding(8) | 
		
	
		
			
				|  |  |  |  |                         : TextInputWidget( | 
		
	
		
			
				|  |  |  |  |                             labelText: LocaleKeys.maritalStatus.tr(), | 
		
	
	
		
			
				
					|  |  |  | @ -150,8 +152,8 @@ class _RegisterNew extends State<RegisterNewStep2> { | 
		
	
		
			
				|  |  |  |  |                             isAllowLeadingIcon: true, | 
		
	
		
			
				|  |  |  |  |                             isReadOnly: true, | 
		
	
		
			
				|  |  |  |  |                             leadingIcon: AppAssets.smart_phone, | 
		
	
		
			
				|  |  |  |  |                             onChange: (value) {}), | 
		
	
		
			
				|  |  |  |  |                     Divider(height: 1), | 
		
	
		
			
				|  |  |  |  |                             onChange: (value) {}).paddingSymmetrical(0.h,16.h), | 
		
	
		
			
				|  |  |  |  |                     Divider(height: 1, color: AppColors.greyColor,), | 
		
	
		
			
				|  |  |  |  |                     isFromDubai | 
		
	
		
			
				|  |  |  |  |                         ? DropdownWidget( | 
		
	
		
			
				|  |  |  |  |                             labelText: LocaleKeys.country.tr(), | 
		
	
	
		
			
				
					|  |  |  | @ -165,7 +167,7 @@ class _RegisterNew extends State<RegisterNewStep2> { | 
		
	
		
			
				|  |  |  |  |                             isAllowRadius: false, | 
		
	
		
			
				|  |  |  |  |                             padding: const EdgeInsets.only(top: 8, bottom: 8, left: 0, right: 0), | 
		
	
		
			
				|  |  |  |  |                             selectionCustomIcon: AppAssets.arrow_down, | 
		
	
		
			
				|  |  |  |  |                             // leadingIcon: 'assets/images/svg/globe.svg', | 
		
	
		
			
				|  |  |  |  |                             leadingIcon: AppAssets.globe, | 
		
	
		
			
				|  |  |  |  |                           ).withVerticalPadding(8) | 
		
	
		
			
				|  |  |  |  |                         : TextInputWidget( | 
		
	
		
			
				|  |  |  |  |                             labelText: LocaleKeys.nationality.tr(), | 
		
	
	
		
			
				
					|  |  |  | @ -179,8 +181,8 @@ class _RegisterNew extends State<RegisterNewStep2> { | 
		
	
		
			
				|  |  |  |  |                             isAllowLeadingIcon: true, | 
		
	
		
			
				|  |  |  |  |                             isReadOnly: true, | 
		
	
		
			
				|  |  |  |  |                             leadingIcon: AppAssets.globe, | 
		
	
		
			
				|  |  |  |  |                             onChange: (value) {}), | 
		
	
		
			
				|  |  |  |  |                     Divider(height: 1), | 
		
	
		
			
				|  |  |  |  |                             onChange: (value) {}).paddingSymmetrical(0.h,16.h), | 
		
	
		
			
				|  |  |  |  |                     Divider(height: 1, color: AppColors.greyColor,), | 
		
	
		
			
				|  |  |  |  |                     TextInputWidget( | 
		
	
		
			
				|  |  |  |  |                         labelText: LocaleKeys.mobileNumber.tr(), | 
		
	
		
			
				|  |  |  |  |                         hintText: ("widget.payload.mobileNo" ?? ""), | 
		
	
	
		
			
				
					|  |  |  | @ -192,8 +194,8 @@ class _RegisterNew extends State<RegisterNewStep2> { | 
		
	
		
			
				|  |  |  |  |                         isAllowLeadingIcon: true, | 
		
	
		
			
				|  |  |  |  |                         isReadOnly: true, | 
		
	
		
			
				|  |  |  |  |                         leadingIcon: AppAssets.call, | 
		
	
		
			
				|  |  |  |  |                         onChange: (value) {}), | 
		
	
		
			
				|  |  |  |  |                     Divider(height: 1), | 
		
	
		
			
				|  |  |  |  |                         onChange: (value) {}).paddingSymmetrical(0.h,16.h), | 
		
	
		
			
				|  |  |  |  |                     Divider(height: 1, color: AppColors.greyColor,), | 
		
	
		
			
				|  |  |  |  |                     TextInputWidget( | 
		
	
		
			
				|  |  |  |  |                         labelText: LocaleKeys.dob.tr(), | 
		
	
		
			
				|  |  |  |  |                         hintText: isFromDubai ? "widget.payload.dob!" : (widget.nHICData!.dateOfBirth ?? ""), | 
		
	
	
		
			
				
					|  |  |  | @ -203,11 +205,11 @@ class _RegisterNew extends State<RegisterNewStep2> { | 
		
	
		
			
				|  |  |  |  |                         isBorderAllowed: false, | 
		
	
		
			
				|  |  |  |  |                         isAllowLeadingIcon: true, | 
		
	
		
			
				|  |  |  |  |                         isReadOnly: true, | 
		
	
		
			
				|  |  |  |  |                         // selectionType: SelectionType.calendar, | 
		
	
		
			
				|  |  |  |  |                          // : SelectionType.calendar, | 
		
	
		
			
				|  |  |  |  |                         // selectedValue: widget.payload.dob != null ? Utils.formatDateToDisplay(widget.payload.dob.toString()) : null, | 
		
	
		
			
				|  |  |  |  |                         // selectionCustomIcon: AppAssets.calendar, | 
		
	
		
			
				|  |  |  |  |                         // leadingIcon: AppAssets.birthday_cake, | 
		
	
		
			
				|  |  |  |  |                         onChange: (value) {}), | 
		
	
		
			
				|  |  |  |  |                          leadingIcon: AppAssets.birthday_cake, | 
		
	
		
			
				|  |  |  |  |                         onChange: (value) {}).paddingSymmetrical(0.h,16.h), | 
		
	
		
			
				|  |  |  |  |                   ], | 
		
	
		
			
				|  |  |  |  |                 ), | 
		
	
		
			
				|  |  |  |  |               ), | 
		
	
	
		
			
				
					|  |  |  | 
 |