indentCommand top-level property

CommandShortcutEvent indentCommand
final

Indent the current block

  • support
    • desktop
    • web

Implementation

final CommandShortcutEvent indentCommand = CommandShortcutEvent(
  key: 'indent',
  getDescription: () => AppFlowyEditorL10n.current.cmdIndent,
  command: 'tab',
  handler: _indentCommandHandler,
);