hideKeyboardOnDrag property

bool hideKeyboardOnDrag
final

If set to true and if the user scrolls through the suggestion list, hide the keyboard automatically. If set to false, the keyboard remains visible. Throws an exception, if hideKeyboardOnDrag and hideSuggestionsOnKeyboardHide are both set to true as they are mutual exclusive.

Defaults to false

Implementation

final bool hideKeyboardOnDrag;