ResourceBeneficiaryCard constructor

const ResourceBeneficiaryCard({
  1. Key? key,
  2. RegistrationDeliveryLocalization? appLocalizations,
  3. required void onDelete(
    1. int
    ),
  4. required int cardIndex,
  5. required FormGroup form,
  6. required int totalItems,
})

Implementation

const ResourceBeneficiaryCard({
  super.key,
  super.appLocalizations,
  required this.onDelete,
  required this.cardIndex,
  required this.form,
  required this.totalItems,
});