shortcutManager property

ShortcutManager shortcutManager

Returns the shortcut manager from the closest widgets.Shortcuts ancestor.

context.shortcutManager is equivalent to widgets.Shortcuts.of.

Implementation

widgets.ShortcutManager get shortcutManager {
  return widgets.Shortcuts.of(this);
}