i saw soemthing like this on the bottom of the basic usage
itemFilter: (item, query) { return item.toLowerCase().startsWith(query.toLowerCase()); }
but i cant understand where to put this since the Widget dosent have any itemFilter property that we can set
i saw soemthing like this on the bottom of the basic usage itemFilter: (item, query) { return item.toLowerCase().startsWith(query.toLowerCase()); } but i cant understand where to put this since the Widget dosent have any itemFilter property that we can set