ShortcutPressed<T> typedef

ShortcutPressed<T> = dynamic Function(T identifier, List<LogicalKeyboardKey> pressedKeys)

Definition of the callback function for when a shortcut is pressed.

Implementation

typedef ShortcutPressed<T> = Function(
    T identifier, List<LogicalKeyboardKey> pressedKeys);