hasShortcutKeyCode method

  1. @override
bool hasShortcutKeyCode(
  1. int keyCode
)
override

Returns true if the keyCode should trigger the shortcut action.

Implementation

@override
bool hasShortcutKeyCode(int keyCode) => false;