PerfectAutocompleteFieldViewBuilder typedef
PerfectAutocompleteFieldViewBuilder =
Widget Function(BuildContext context, PerfectTextController textController, VoidCallback onFieldSubmitted)
The type of the Autocomplete callback which returns the widget that contains the input TextField or TextFormField.
See also:
- PerfectRawAutocomplete.fieldViewBuilder, which is of this type.
Implementation
typedef PerfectAutocompleteFieldViewBuilder = Widget Function(
BuildContext context,
PerfectTextController textController,
VoidCallback onFieldSubmitted,
);