AddDependantForm constructor

const AddDependantForm({
  1. Key? key,
  2. required dynamic formType,
  3. required dynamic updateData,
})

Implementation

const AddDependantForm({
  super.key,
  required this.formType,
  required this.updateData,
});