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( // 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