MultiSelectChip<T> constructor

const MultiSelectChip<T>(
  1. List<T> items, {
  2. Key? key,
  3. dynamic onSelectionChanged(
    1. List<T>
    )?,
  4. String mapLabels(
    1. T
    )?,
})

Implementation

const MultiSelectChip(this.items, {super.key, this.onSelectionChanged, this.mapLabels});