|
|
|
|
@ -114,12 +114,12 @@ class _PrescriptionHomeScreenState extends State<PrescriptionHomeScreen> with Si
|
|
|
|
|
tabWidget(
|
|
|
|
|
screenSize,
|
|
|
|
|
_activeTab == 0,
|
|
|
|
|
'All Prescription',
|
|
|
|
|
"Favorite Templates",
|
|
|
|
|
),
|
|
|
|
|
tabWidget(
|
|
|
|
|
screenSize,
|
|
|
|
|
_activeTab == 1,
|
|
|
|
|
"Favorite Templates",
|
|
|
|
|
'All Prescription',
|
|
|
|
|
),
|
|
|
|
|
],
|
|
|
|
|
),
|
|
|
|
|
@ -133,13 +133,13 @@ class _PrescriptionHomeScreenState extends State<PrescriptionHomeScreen> with Si
|
|
|
|
|
physics: BouncingScrollPhysics(),
|
|
|
|
|
controller: _tabController,
|
|
|
|
|
children: [
|
|
|
|
|
PrescriptionFormWidget(
|
|
|
|
|
widget.model, widget.patient, widget.model.prescriptionList),
|
|
|
|
|
AddFavPrescription(
|
|
|
|
|
model: widget.model,
|
|
|
|
|
patient: widget.patient,
|
|
|
|
|
categoryID: '55',
|
|
|
|
|
),
|
|
|
|
|
PrescriptionFormWidget(
|
|
|
|
|
widget.model, widget.patient, widget.model.prescriptionList),
|
|
|
|
|
],
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
|