child property
The child widget that receives autocomplete functionality.
Typically a TextField or similar text input widget. The autocomplete popover will be positioned relative to this widget, and keyboard actions will be applied to the focused text field within this child tree.
Implementation
final Widget child;