toggleMarkdownCommands top-level property

List<CommandShortcutEvent> toggleMarkdownCommands
final

Implementation

final List<CommandShortcutEvent> toggleMarkdownCommands = [
  toggleBoldCommand,
  toggleItalicCommand,
  toggleUnderlineCommand,
  toggleStrikethroughCommand,
  toggleCodeCommand,
];