exitEditingCommand top-level property

CommandShortcutEvent exitEditingCommand
final

End key event.

  • support
    • desktop
    • web

Implementation

final CommandShortcutEvent exitEditingCommand = CommandShortcutEvent(
  key: 'exit the editing mode',
  getDescription: () => AppFlowyEditorL10n.current.cmdExitEditing,
  command: 'escape',
  handler: _exitEditingCommandHandler,
);