Merge branch 'in_patient_services' into 'development'

small update in procedure

See merge request Cloud_Solution/doctor_app_flutter!544
merge-requests/543/merge
Mohammad Aljammal 5 years ago
commit 1711f6482d

@ -185,22 +185,22 @@ class ProcedureCard extends StatelessWidget {
),
),
),*/
Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [
AppText(
entityList.remarks.toString() ?? '',
fontSize: 12,
),
if (entityList.categoryID == 2 ||
entityList.categoryID == 4 &&
doctorName == entityList.doctorName)
InkWell(
child: Icon(DoctorApp.edit),
onTap: onTap,
)
],
)
// Row(
// mainAxisAlignment: MainAxisAlignment.spaceBetween,
// children: [
// AppText(
// entityList.remarks.toString() ?? '',
// fontSize: 12,
// ),
// if (entityList.categoryID == 2 ||
// entityList.categoryID == 4 &&
// doctorName == entityList.doctorName)
// InkWell(
// child: Icon(DoctorApp.edit),
// onTap: onTap,
// )
// ],
// )
],
),
//onTap: onTap,

Loading…
Cancel
Save