BeneficiaryRegistrationWrapperPage constructor
const
BeneficiaryRegistrationWrapperPage({
- Key? key,
- required BeneficiaryRegistrationState initialState,
Implementation
const BeneficiaryRegistrationWrapperPage({
super.key,
required this.initialState,
});