MultipleSelectConfig constructor

MultipleSelectConfig({
  1. bool? allowCustomValues,
  2. List<MultipleSelectOption>? multipleSelectOptions,
  3. String? valueSeparator,
})

Implementation

MultipleSelectConfig({
  this.allowCustomValues,
  this.multipleSelectOptions,
  this.valueSeparator,
});