From 654955fc76270892ac0b0604e23f0f5a1f0458ac Mon Sep 17 00:00:00 2001 From: Elham Rababah Date: Tue, 6 Apr 2021 13:31:57 +0300 Subject: [PATCH] fix label issue --- .../soap_update/subjective/update_subjective_page.dart | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/widgets/patients/profile/soap_update/subjective/update_subjective_page.dart b/lib/widgets/patients/profile/soap_update/subjective/update_subjective_page.dart index c40ee25e..c3a43648 100644 --- a/lib/widgets/patients/profile/soap_update/subjective/update_subjective_page.dart +++ b/lib/widgets/patients/profile/soap_update/subjective/update_subjective_page.dart @@ -237,7 +237,7 @@ class _UpdateSubjectivePageState extends State { ExpandableSOAPWidget( headerTitle: TranslationBase.of(context) .chiefComplaints - .toUpperCase(), + , onTap: () { setState(() { isChiefExpand = !isChiefExpand; @@ -262,8 +262,7 @@ class _UpdateSubjectivePageState extends State { ExpandableSOAPWidget( headerTitle: TranslationBase .of(context) - .histories - .toUpperCase(), + .histories, onTap: () { setState(() { isHistoryExpand = !isHistoryExpand; @@ -285,7 +284,7 @@ class _UpdateSubjectivePageState extends State { headerTitle: TranslationBase .of(context) .allergiesSoap - .toUpperCase(), + , onTap: () { setState(() { isAllergiesExpand = !isAllergiesExpand;