outdentCommand top-level property

CommandShortcutEvent outdentCommand
final

Outdent the current block

  • support
    • desktop
    • web

Implementation

final CommandShortcutEvent outdentCommand = CommandShortcutEvent(
  key: 'outdent',
  getDescription: () => AppFlowyEditorL10n.current.cmdOutdent,
  command: 'shift+tab',
  handler: _outdentCommandHandler,
);