hideOnUnfocus property

bool hideOnUnfocus
final

Whether the suggestions box should be hidden when the child of the suggestions box loses focus.

If disabled, the suggestions box will remain open when the user taps outside of the suggestions box.

Defaults to true.

Implementation

final bool hideOnUnfocus;