menu
tf_custom_widgets package
documentation
Inputs/DropdownTextField.dart
DropdownTextField<T>
onFind property
onFind property
dark_mode
light_mode
onFind
property
Future
<
List
<
T
>
>
Function
(
String
text
)
?
onFind
final
Implementation
final Future<List<T>> Function(String text)? onFind;
tf_custom_widgets package
documentation
Inputs/DropdownTextField
DropdownTextField<T>
onFind property
DropdownTextField class