AddDependantForm constructor
const
AddDependantForm({
- Key? key,
- required dynamic formType,
- required dynamic updateData,
Implementation
const AddDependantForm({
super.key,
required this.formType,
required this.updateData,
});