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

Loading…
Cancel
Save