FormScreen constructor

FormScreen({
  1. dynamic formdata,
  2. dynamic title,
  3. dynamic mapAnswers,
  4. dynamic operationType = OperationType.edit,
  5. ValueChanged? onSubmit,
})

Implementation

FormScreen({this.formdata,this.title,this.mapAnswers,this.operationType=OperationType.edit,this.onSubmit});