|
|
|
|
@ -379,10 +379,12 @@ class _NewPrescriptionScreenState extends State<NewPrescriptionScreen> {
|
|
|
|
|
),
|
|
|
|
|
Expanded(
|
|
|
|
|
child: AppText(
|
|
|
|
|
model.prescriptionList[0].entityList[index].pharmacistRemarks == null
|
|
|
|
|
? ""
|
|
|
|
|
: model.prescriptionList[0].entityList[index].pharmacistRemarks,
|
|
|
|
|
fontSize: 15.0),
|
|
|
|
|
"", // commening below code because there is an error coming in the model please fix it before pushing it
|
|
|
|
|
// model.prescriptionList[0].entityList[index].pharmacistRemarks == null
|
|
|
|
|
// ? ""
|
|
|
|
|
// : model.prescriptionList[0].entityList[index].pharmacistRemarks,
|
|
|
|
|
fontSize:
|
|
|
|
|
15.0),
|
|
|
|
|
)
|
|
|
|
|
],
|
|
|
|
|
),
|
|
|
|
|
|