keys property
Keys this palette wants to receive.
- When focused: captures these keys (prevents host app from receiving)
- When unfocused but visible: still receives these keys via routing
- When null: captures all keys if focused, none if unfocused
Implementation
final Set<LogicalKeyboardKey>? keys;