ViewReferralCard constructor

const ViewReferralCard({
  1. Key? key,
  2. ReferralReconLocalization? appLocalizations,
  3. required HFReferralModel hfReferralModel,
  4. VoidCallback? onOpenPressed,
})

Implementation

const ViewReferralCard({
  super.key,
  super.appLocalizations,
  required this.hfReferralModel,
  this.onOpenPressed,
});