SingleSelectChip constructor

const SingleSelectChip({
  1. Key? key,
  2. List? data,
  3. dynamic onSelectionChanged(
    1. String
    )?,
})

Implementation

const SingleSelectChip({super.key, this.data, this.onSelectionChanged});