BeneficiaryRegistrationWrapperPage constructor

const BeneficiaryRegistrationWrapperPage({
  1. Key? key,
  2. required BeneficiaryRegistrationState initialState,
})

Implementation

const BeneficiaryRegistrationWrapperPage({
  super.key,
  required this.initialState,
});