From 47dfde6e78c6a65ffc661fdfc64f3ab9baa5b6ec Mon Sep 17 00:00:00 2001 From: Mohammad Aljammal Date: Sun, 20 Jun 2021 09:11:23 +0300 Subject: [PATCH] fix patient app bar --- lib/widgets/patients/profile/patient-profile-app-bar.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/widgets/patients/profile/patient-profile-app-bar.dart b/lib/widgets/patients/profile/patient-profile-app-bar.dart index 4c411476..e6584a47 100644 --- a/lib/widgets/patients/profile/patient-profile-app-bar.dart +++ b/lib/widgets/patients/profile/patient-profile-app-bar.dart @@ -15,8 +15,8 @@ import 'large_avatar.dart'; class PatientProfileAppBar extends StatelessWidget with PreferredSizeWidget { final PatientProfileAppBarModel patientProfileAppBarModel; - - PatientProfileAppBar({this.patientProfileAppBarModel}); + final bool isFromLabResult; + PatientProfileAppBar({this.patientProfileAppBarModel, this.isFromLabResult=false}); @override Widget build(BuildContext context) {