shortcuts property

Map<ShortcutActivator, VoidCallback>? shortcuts
final

The shortcuts and the associated actions.

Defaults to closing the popover when the escape key is pressed.

Implementation

final Map<ShortcutActivator, VoidCallback>? shortcuts;