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