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 class PatientProfileAppBar extends StatelessWidget
with PreferredSizeWidget { with PreferredSizeWidget {
final PatientProfileAppBarModel patientProfileAppBarModel; final PatientProfileAppBarModel patientProfileAppBarModel;
final bool isFromLabResult;
PatientProfileAppBar({this.patientProfileAppBarModel}); PatientProfileAppBar({this.patientProfileAppBarModel, this.isFromLabResult=false});
@override @override
Widget build(BuildContext context) { Widget build(BuildContext context) {

Loading…
Cancel
Save