small update in procedure

merge-requests/544/head
hussam al-habibeh 5 years ago
parent 0e65b743e3
commit c7275a3106

@ -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