Search constructor

Search(
  1. List<Map<String, String>> itens, [
  2. Function? onChange,
  3. bool multipleAnswer = false,
  4. List<Map<String, String>>? selectedItens,
  5. bool showRadioButton = false,
  6. String? selectedResult,
  7. int? maxSelection,
])

Implementation

Search(
  this.itens, [
  this.onChange,
  this.multipleAnswer = false,
  this.selectedItens,
  this.showRadioButton = false,
  this.selectedResult,
  this.maxSelection,
]);