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) {