menu
digit_components package
documentation
widgets/atoms/searchable_dropdown_field.dart
SearchDropdownFormField<T>
filterFn property
filterFn property
dark_mode
light_mode
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;
digit_components package
documentation
widgets/atoms/searchable_dropdown_field
SearchDropdownFormField<T>
filterFn property
SearchDropdownFormField class