CommandShortcutEventHandler typedef

CommandShortcutEventHandler = KeyEventResult Function(EditorState editorState)

Implementation

typedef CommandShortcutEventHandler = KeyEventResult Function(
  EditorState editorState,
);