textFieldBuilder property
Customize the text field as desired.
Note: Do not forget to call _filter
to update the list of country codes.
Implementation
final Widget Function(void Function(String filterText)? filter)?
textFieldBuilder;
Customize the text field as desired.
Note: Do not forget to call _filter
to update the list of country codes.
final Widget Function(void Function(String filterText)? filter)?
textFieldBuilder;