filterFn property

bool Function(T item, String str)? filterFn
final

It will trigger on user search

Implementation

final bool Function(T item, String str)? filterFn;