ViewBeneficiaryCard constructor
const
ViewBeneficiaryCard({
- Key? key,
- RegistrationDeliveryLocalization? appLocalizations,
- required HouseholdMemberWrapper householdMember,
- VoidCallback? onOpenPressed,
- double? distance,
Implementation
const ViewBeneficiaryCard({
super.key,
super.appLocalizations,
required this.householdMember,
this.onOpenPressed,
this.distance,
});