deleteCommand top-level property

CommandShortcutEvent deleteCommand
final

Delete key event.

  • support
    • desktop
    • web

Implementation

final CommandShortcutEvent deleteCommand = CommandShortcutEvent(
  key: 'Delete Key',
  getDescription: () => AppFlowyEditorL10n.current.cmdDeleteRight,
  command: 'delete',
  handler: _deleteCommandHandler,
);