FormFieldModel constructor

FormFieldModel({
  1. required String id,
  2. required bool trackContent,
  3. required TextEditingController controller,
  4. required FocusNode node,
  5. required String faFt,
  6. required String faFn,
  7. String? faCn,
  8. int? faFts,
  9. int? faFht,
  10. bool? faFb,
  11. int faFch = 0,
  12. int faFf = 0,
  13. int faFd = 0,
  14. int faFcu = 0,
  15. int? faFs,
})

Implementation

FormFieldModel({
  required this.id,
  required this.trackContent,
  required this.controller,
  required this.node,
  required this.faFt,
  required this.faFn,
  this.faCn,
  this.faFts,
  this.faFht,
  this.faFb,
  this.faFch = 0,
  this.faFf = 0,
  this.faFd = 0,
  this.faFcu = 0,
  this.faFs,
});