menu
selectpicker package
documentation
widgets/body/select_picker_input.dart
SelectPickerInput
onSearch property
onSearch property
dark_mode
light_mode
onSearch
property
Future
<
List
<
SelectPickerItem
>
>
Function
(
String
?
text
)
?
onSearch
final
Implementation
final Future<List<SelectPickerItem>> Function(String? text)? onSearch;
selectpicker package
documentation
widgets/body/select_picker_input
SelectPickerInput
onSearch property
SelectPickerInput class