fix patient app bar

merge-requests/738/head
Mohammad Aljammal 5 years ago
parent 737d0e9bec
commit 47dfde6e78

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

Loading…
Cancel
Save