|
|
|
|
@ -114,7 +114,7 @@ class _AdmissionRequestThirdScreenState extends State<AdmissionRequestFirstScree
|
|
|
|
|
height: 10,
|
|
|
|
|
),
|
|
|
|
|
AppTextFieldCustom(
|
|
|
|
|
height: screenSize.height * 0.075,
|
|
|
|
|
//height: screenSize.height * 0.075,
|
|
|
|
|
hintText: TranslationBase.of(context).clinic,
|
|
|
|
|
isTextFieldHasSuffix: true,
|
|
|
|
|
validationError: clinicError,
|
|
|
|
|
@ -158,7 +158,7 @@ class _AdmissionRequestThirdScreenState extends State<AdmissionRequestFirstScree
|
|
|
|
|
height: 20,
|
|
|
|
|
),
|
|
|
|
|
AppTextFieldCustom(
|
|
|
|
|
height: screenSize.height * 0.075,
|
|
|
|
|
//height: screenSize.height * 0.075,
|
|
|
|
|
hintText: TranslationBase.of(context).doctor,
|
|
|
|
|
isTextFieldHasSuffix: true,
|
|
|
|
|
dropDownText: _selectedDoctor != null ? _selectedDoctor['DoctorName'] : null,
|
|
|
|
|
@ -253,7 +253,7 @@ class _AdmissionRequestThirdScreenState extends State<AdmissionRequestFirstScree
|
|
|
|
|
height: 10,
|
|
|
|
|
),
|
|
|
|
|
AppTextFieldCustom(
|
|
|
|
|
height: screenSize.height * 0.075,
|
|
|
|
|
//height: screenSize.height * 0.075,
|
|
|
|
|
hintText: TranslationBase.of(context).dietType,
|
|
|
|
|
isTextFieldHasSuffix: true,
|
|
|
|
|
validationError: dietTypeError,
|
|
|
|
|
|