convertToParagraphCommand top-level property

CommandShortcutEvent convertToParagraphCommand
final

Convert to paragraph command.

  • support
    • desktop
    • web
    • mobile

convert the current block to paragraph.

Implementation

final CommandShortcutEvent convertToParagraphCommand = CommandShortcutEvent(
  key: 'convert to paragraph',
  getDescription: () => AppFlowyEditorL10n.current.cmdConvertToParagraph,
  command: 'backspace',
  handler: _convertToParagraphCommandHandler,
);