merge-requests/661/head
mosazaid 5 years ago
parent 7c52666753
commit 25fb8ea5ae

@ -481,8 +481,10 @@ const Map<String, Map<String, String>> localizedValues = {
'emergencyCase': {'en': "Emergency Case", 'ar': 'حالة طارئة'}, 'emergencyCase': {'en': "Emergency Case", 'ar': 'حالة طارئة'},
'durationOfIllness': {'en': "duration Of Illness", 'ar': 'مدة المرض'}, 'durationOfIllness': {'en': "duration Of Illness", 'ar': 'مدة المرض'},
'chiefComplaintsAndSymptoms': { 'chiefComplaintsAndSymptoms': {
'en': "CHIEF COMPLAINTS & OTHER SYMPTOMS", 'en': "CHIEF COMPLAINTS",
'ar': 'شكاوى الرئيس وأعراض أخرى' 'ar': 'شكاوى الرئيس'
// 'en': "CHIEF COMPLAINTS & OTHER SYMPTOMS",
// 'ar': 'شكاوى الرئيس وأعراض أخرى'
}, },
'patientFeelsPainInHisBackAndCough': { 'patientFeelsPainInHisBackAndCough': {
'en': "Patient Feels pain in his back and cough", 'en': "Patient Feels pain in his back and cough",

@ -263,7 +263,7 @@ class _UCAFInputScreenState extends State<UCAFInputScreen> {
fontWeight: FontWeight.w700, fontWeight: FontWeight.w700,
color: Color(0xFF2E303A), color: Color(0xFF2E303A),
), ),
SizedBox( /* SizedBox(
height: 4, height: 4,
), ),
AppText( AppText(
@ -273,7 +273,7 @@ class _UCAFInputScreenState extends State<UCAFInputScreen> {
fontWeight: FontWeight.normal, fontWeight: FontWeight.normal,
color: Color(0xFF575757), color: Color(0xFF575757),
fontSize: SizeConfig.textMultiplier * 1.8, fontSize: SizeConfig.textMultiplier * 1.8,
), ),*/
SizedBox( SizedBox(
height: 8, height: 8,
), ),

Loading…
Cancel
Save