enableKeyboardControls property
Whether the items can be selected using the keyboard
- Arrow Up - focus the item above
- Arrow Down - focus the item below
- Enter - select the current focused item
- Escape - close the suggestions overlay
Defaults to true
Implementation
final bool enableKeyboardControls;