flutter_typeahead icon indicating copy to clipboard operation
flutter_typeahead copied to clipboard

How Can I Add Separator Between Suggestions?

Open ayberkcal opened this issue 3 years ago • 1 comments

I would like to add separator between each suggestions but there is no option or builder for ListView separator. I can add separator in itemBuilder but I cannot determine item index, unfortunately. Can I miss this feature or any workaround for this? Thanks!

ayberkcal avatar May 30 '21 19:05 ayberkcal

You have to custom function createSuggestionsWidget() to return a ListView.separated

kimphuc0000 avatar Jul 11 '21 18:07 kimphuc0000