merge-update-with-lab-changes
haroon amjad 2 years ago
parent da0a164b0e
commit 786dd76f57

@ -55,21 +55,21 @@ class InPatientServicesHome extends StatelessWidget {
List<Widget> getInPatientServicesList(BuildContext context) { List<Widget> getInPatientServicesList(BuildContext context) {
List<Widget> serviceList = List(); List<Widget> serviceList = List();
serviceList.add( // serviceList.add(
InkWell( // InkWell(
onTap: () { // onTap: () {
// Navigator.push(context, FadePage(page: AdvancePaymentPage())); // // Navigator.push(context, FadePage(page: AdvancePaymentPage()));
}, // },
child: MedicalProfileItem( // child: MedicalProfileItem(
title: TranslationBase.of(context).admissionGeneral, // title: TranslationBase.of(context).admissionGeneral,
imagePath: 'admission.svg', // imagePath: 'admission.svg',
subTitle: TranslationBase.of(context).consent, // subTitle: TranslationBase.of(context).consent,
width: 50.0, // width: 50.0,
height: 40.0, // height: 40.0,
isInPatient: true, // isInPatient: true,
), // ),
), // ),
); // );
serviceList.add( serviceList.add(
InkWell( InkWell(
@ -135,21 +135,21 @@ class InPatientServicesHome extends StatelessWidget {
), ),
); );
serviceList.add( // serviceList.add(
InkWell( // InkWell(
onTap: () { // onTap: () {
// Navigator.push(context, FadePage(page: AdvancePaymentPage())); // // Navigator.push(context, FadePage(page: AdvancePaymentPage()));
}, // },
child: MedicalProfileItem( // child: MedicalProfileItem(
title: TranslationBase.of(context).admissionNoticeTitle, // title: TranslationBase.of(context).admissionNoticeTitle,
imagePath: 'admission_notice.svg', // imagePath: 'admission_notice.svg',
subTitle: TranslationBase.of(context).admissionNoticeSubTitle, // subTitle: TranslationBase.of(context).admissionNoticeSubTitle,
width: 50.0, // width: 50.0,
height: 40.0, // height: 40.0,
isInPatient: true, // isInPatient: true,
), // ),
), // ),
); // );
serviceList.add( serviceList.add(
InkWell( InkWell(

Loading…
Cancel
Save