shortcuts property

Map<ShortcutActivator, Intent>? shortcuts
final

The default map of keyboard shortcuts to intents for the application.

By default, this is set to WidgetsApp.defaultShortcuts.

Passing this will not replace DefaultTextEditingShortcuts. These can be overridden by using a Shortcuts widget lower in the widget tree.

Implementation

final Map<ShortcutActivator, Intent>? shortcuts;