ChipSuggestions<T> constructor

const ChipSuggestions<T>({
  1. List<T>? suggestions,
  2. Suggestion<T>? match,
})

Implementation

const ChipSuggestions({this.suggestions, this.match});