RichSuggestion constructor

RichSuggestion(
  1. AutoCompleteItem autoCompleteItem,
  2. VoidCallback onTap
)

Implementation

RichSuggestion(this.autoCompleteItem, this.onTap);