OtherOptionConfig constructor

OtherOptionConfig({
  1. String? label,
  2. String placeholder = "Indiquer une autre réponse...",
  3. bool isMandatory = false,
})

Implementation

OtherOptionConfig({
  this.label,
  this.placeholder = "Indiquer une autre réponse...",
  this.isMandatory = false,
});