menu
t_utils package
documentation
common/widgets/dropdowns/searchable_dropdown.dart
TDropdown<T>
compareFn property
compareFn property
dark_mode
light_mode
compareFn
property
bool
Function
(
T
,
T
)
?
compareFn
final
Function to compare two items.
Implementation
final bool Function(T, T)? compareFn;
t_utils package
documentation
common/widgets/dropdowns/searchable_dropdown
TDropdown<T>
compareFn property
TDropdown class