return from part on header

merge-requests/763/head
Elham Rababah 4 years ago
parent 1af52dc5b7
commit 33f032b6c4

@ -174,37 +174,36 @@ class MyReferralDetailScreen extends StatelessWidget {
child: Column(
children: [
//todo Elham* return this
// Row(
// mainAxisAlignment:
// MainAxisAlignment.start,
// children: [
// AppText(
// TranslationBase.of(context)
// .referredFrom,
// fontFamily: 'Poppins',
// fontWeight: FontWeight.w600,
// fontSize: 1.7 *
// SizeConfig.textMultiplier,
// color: Color(0XFF575757),
// ),
// AppText(
// referralPatient.projectID == model.doctorProfile.projectID
// ? TranslationBase.of(
// context)
// .sameBranch
// : TranslationBase.of(
// context)
// .otherBranch,
// fontFamily: 'Poppins',
// fontWeight: FontWeight.w700,
// fontSize: 1.8 *
// SizeConfig
// .textMultiplier,
// color: Color(0XFF2E303A),
// ),
// ],
// ),
Row(
mainAxisAlignment:
MainAxisAlignment.start,
children: [
AppText(
TranslationBase.of(context)
.referredFrom,
fontFamily: 'Poppins',
fontWeight: FontWeight.w600,
fontSize: 1.7 *
SizeConfig.textMultiplier,
color: Color(0XFF575757),
),
AppText(
referralPatient.targetProjectId ==referralPatient.sourceProjectId
? TranslationBase.of(
context)
.sameBranch
: TranslationBase.of(
context)
.otherBranch,
fontFamily: 'Poppins',
fontWeight: FontWeight.w700,
fontSize: 1.8 *
SizeConfig
.textMultiplier,
color: Color(0XFF2E303A),
),
],
),
Row(
mainAxisAlignment:
MainAxisAlignment.start,

Loading…
Cancel
Save