prescription update

merge-requests/331/head
hussam al-habibeh 5 years ago
parent 7063e924de
commit 8aeb749596

@ -206,7 +206,7 @@ class _NewPrescriptionScreenState extends State<NewPrescriptionScreen> {
context) context)
.size .size
.width * .width *
0.09, 0.1,
child: Column( child: Column(
children: [ children: [
AppText( AppText(
@ -290,7 +290,7 @@ class _NewPrescriptionScreenState extends State<NewPrescriptionScreen> {
.entityList[index] .entityList[index]
.startDate)), .startDate)),
fontSize: fontSize:
12.0, 13.5,
), ),
), ),
SizedBox( SizedBox(
@ -465,7 +465,7 @@ class _NewPrescriptionScreenState extends State<NewPrescriptionScreen> {
text: TextSpan( text: TextSpan(
style: style:
TextStyle(color: Colors.black), TextStyle(color: Colors.black),
text: model.prescriptionList[0].entityList[index].pharmacyInervention.toString() == null ? "" : model.prescriptionList[0].entityList[index].pharmacyInervention.toString()), text: model.prescriptionList[0].entityList[index].pharmacyInervention == null ? "" : model.prescriptionList[0].entityList[index].pharmacyInervention.toString()),
), ),
), ),
], ],

Loading…
Cancel
Save