ViewReferralCard constructor
const
ViewReferralCard({
- Key? key,
- ReferralReconLocalization? appLocalizations,
- required HFReferralModel hfReferralModel,
- VoidCallback? onOpenPressed,
Implementation
const ViewReferralCard({
super.key,
super.appLocalizations,
required this.hfReferralModel,
this.onOpenPressed,
});