ViewBeneficiaryCard constructor

const ViewBeneficiaryCard({
  1. Key? key,
  2. RegistrationDeliveryLocalization? appLocalizations,
  3. required HouseholdMemberWrapper householdMember,
  4. VoidCallback? onOpenPressed,
  5. double? distance,
})

Implementation

const ViewBeneficiaryCard({
  super.key,
  super.appLocalizations,
  required this.householdMember,
  this.onOpenPressed,
  this.distance,
});