fix  remark and step widget

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

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

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

Loading…
Cancel
Save