backspaceCommand top-level property

CommandShortcutEvent backspaceCommand
final

Backspace key event.

  • support
    • desktop
    • web
    • mobile

Implementation

final CommandShortcutEvent backspaceCommand = CommandShortcutEvent(
  key: 'backspace',
  getDescription: () => AppFlowyEditorL10n.current.cmdDeleteLeft,
  command: 'backspace, shift+backspace',
  handler: _backspaceCommandHandler,
);