fix  remark and step widget

merge-requests/290/head
Elham Rababah 5 years ago
parent cfb9ea30cb
commit 6a5e134527

@ -75,7 +75,7 @@ class StepsWidget extends StatelessWidget {
AppText( AppText(
"SUBJECTIVE", "SUBJECTIVE",
fontWeight: FontWeight.bold, fontWeight: FontWeight.bold,
fontSize: SizeConfig.textMultiplier * 2.0, fontSize: 14,
), ),
], ],
), ),
@ -125,7 +125,7 @@ class StepsWidget extends StatelessWidget {
AppText( AppText(
"OBJECTIVE", "OBJECTIVE",
fontWeight: FontWeight.bold, fontWeight: FontWeight.bold,
fontSize:SizeConfig.textMultiplier * 2.0, fontSize:14,
), ),
], ],
), ),
@ -178,7 +178,7 @@ class StepsWidget extends StatelessWidget {
AppText( AppText(
"ASSESSMENT", "ASSESSMENT",
fontWeight: FontWeight.bold, fontWeight: FontWeight.bold,
fontSize:SizeConfig.textMultiplier * 2.0, fontSize:14,
), ),
], ],
), ),
@ -230,7 +230,7 @@ class StepsWidget extends StatelessWidget {
"PLAN", "PLAN",
fontWeight: FontWeight.bold, fontWeight: FontWeight.bold,
textAlign: TextAlign.center, textAlign: TextAlign.center,
fontSize:SizeConfig.textMultiplier * 2.0, fontSize:14,
), ),
), ),
], ],
@ -347,7 +347,7 @@ class StepsWidget extends StatelessWidget {
AppText( AppText(
"هدف", "هدف",
fontWeight: FontWeight.bold, fontWeight: FontWeight.bold,
fontSize:SizeConfig.textMultiplier * 2.0, fontSize:14,
), ),
], ],
), ),
@ -400,7 +400,7 @@ class StepsWidget extends StatelessWidget {
child: AppText( child: AppText(
"تقدير", "تقدير",
fontWeight: FontWeight.bold, fontWeight: FontWeight.bold,
fontSize:SizeConfig.textMultiplier * 2.0, fontSize:14,
), ),
), ),
], ],
@ -453,7 +453,7 @@ class StepsWidget extends StatelessWidget {
child: AppText( child: AppText(
"خطة", "خطة",
fontWeight: FontWeight.bold, fontWeight: FontWeight.bold,
fontSize:SizeConfig.textMultiplier * 2.0, fontSize:14,
), ),
), ),
], ],

@ -123,7 +123,7 @@ class _UpdateAllergiesWidgetState extends State<UpdateAllergiesWidget> {
child: Row( child: Row(
children: [ children: [
AppText( AppText(
selectedAllergy.remark != null || selectedAllergy.remark != null &&
selectedAllergy.remark != '' selectedAllergy.remark != ''
? TranslationBase.of(context).remarks + " : " ? TranslationBase.of(context).remarks + " : "
: '', : '',

Loading…
Cancel
Save