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( // Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween, // mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [ // children: [
AppText( // AppText(
entityList.remarks.toString() ?? '', // entityList.remarks.toString() ?? '',
fontSize: 12, // fontSize: 12,
), // ),
if (entityList.categoryID == 2 || // if (entityList.categoryID == 2 ||
entityList.categoryID == 4 && // entityList.categoryID == 4 &&
doctorName == entityList.doctorName) // doctorName == entityList.doctorName)
InkWell( // InkWell(
child: Icon(DoctorApp.edit), // child: Icon(DoctorApp.edit),
onTap: onTap, // onTap: onTap,
) // )
], // ],
) // )
], ],
), ),
//onTap: onTap, //onTap: onTap,

Loading…
Cancel
Save