onShortcut property

MarkdownEditorShortcutCallback? onShortcut
final

Host-provided shortcut hook.

Return KeyEventResult.handled to suppress built-in handling for that key.

Implementation

final MarkdownEditorShortcutCallback? onShortcut;