searchFn property

Function? searchFn
final

searchFn Function with parameters: keyword, items returning List<int> as the list of indexes for the items to be displayed.

Implementation

final Function? searchFn;