ReplySuggestionsConfig constructor
const
ReplySuggestionsConfig({
- SuggestionListConfig? listConfig,
- SuggestionItemConfig? itemConfig,
- ValueSetter<
SuggestionItemData> ? onTap, - bool autoDismissOnSelection = true,
- SuggestionItemsType suggestionItemType = SuggestionItemsType.scrollable,
- double spaceBetweenSuggestionItemRow = 10,
Implementation
const ReplySuggestionsConfig({
this.listConfig,
this.itemConfig,
this.onTap,
this.autoDismissOnSelection = true,
this.suggestionItemType = SuggestionItemsType.scrollable,
this.spaceBetweenSuggestionItemRow = 10,
});