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:

Implementation

typedef PerfectAutocompleteFieldViewBuilder = Widget Function(
  BuildContext context,
  PerfectTextController textController,
  VoidCallback onFieldSubmitted,
);