shortcuts property

Map<ShortcutActivator, Intent>? shortcuts
final

Optional. Passed to the FocusableActionDetector. Defines a set of shortcuts, that will trigger associated actions.

Implementation

final Map<ShortcutActivator, Intent>? shortcuts;