small change

merge-requests/957/head
Elham Rababh 4 years ago
parent 19d981d9e0
commit fdc39f28e3

@ -104,10 +104,10 @@ class _InterventionMedicationHistoryScreenState extends State<InterventionMedica
CrossAxisAlignment.start,
children: [
CustomRow(
labelSize: 14,
valueSize: 14,
label: 'Created By: ',
value: model.allInterventionHistoryList[index].createdBy.toString(),
labelSize: 12,
valueSize: 12,
label: 'Created By Name: ',
value: model.allInterventionHistoryList[index].createdByName,
),
],
),
@ -152,12 +152,6 @@ class _InterventionMedicationHistoryScreenState extends State<InterventionMedica
SizedBox(
height: 8,
),
CustomRow(
labelSize: 12,
valueSize: 12,
label: 'Created By Name: ',
value: model.allInterventionHistoryList[index].createdByName,
),
SizedBox(
height: 8,
),

Loading…
Cancel
Save