textFieldBuilder property

Widget Function(void filter(String filterText)?)? textFieldBuilder
final

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;