FormScreen constructor
FormScreen({
- dynamic formdata,
- dynamic title,
- dynamic mapAnswers,
- dynamic operationType = OperationType.edit,
- ValueChanged? onSubmit,
Implementation
FormScreen({this.formdata,this.title,this.mapAnswers,this.operationType=OperationType.edit,this.onSubmit});