StreamAutocompleteFieldViewBuilder typedef
StreamAutocompleteFieldViewBuilder =
Widget Function(BuildContext context, StreamMessageEditingController messageEditingController, FocusNode focusNode)
The type of the Autocomplete callback which returns the widget that contains the input TextField or TextFormField.
See also:
- StreamAutocomplete.fieldViewBuilder, which is of this type.
Implementation
typedef StreamAutocompleteFieldViewBuilder = Widget Function(
BuildContext context,
StreamMessageEditingController messageEditingController,
FocusNode focusNode,
);