fieldViewBuilder property

FieldViewBuilder fieldViewBuilder
final

Builds the field whose input is used to get the options.

Pass the provided TextEditingController to the field built here so that AutocompleteLabel can listen for changes.

If not provided, a borderless text field of material style will be constructed by default, wrapped in the DryIntrinsicWidth widget, the width of 68.

See also:

  • DryIntrinsicWidth, which is useful in situations where the child does not support dry layout.

Implementation

final FieldViewBuilder fieldViewBuilder;