BeneficiaryWrapperPage constructor
const
BeneficiaryWrapperPage({
- Key? key,
- required HouseholdMemberWrapper wrapper,
- bool isEditing = false,
Implementation
const BeneficiaryWrapperPage({
super.key,
required this.wrapper,
this.isEditing = false,
});