keystrokeActionHandlers property
Maps an Intent type to a callback that implements the action.
Callbacks are only invoked when shouldPauseKeystrokes returns false.
If a matching label exists in keystrokeActionLabels and
keystrokeHudBuilder is provided, the HUD is shown automatically
before the callback runs.
Implementation
final Map<Type, VoidCallback>? keystrokeActionHandlers;