formatDoubleAsterisksToBold top-level property

CharacterShortcutEvent formatDoubleAsterisksToBold
final

Implementation

final CharacterShortcutEvent formatDoubleAsterisksToBold =
    CharacterShortcutEvent(
  key: 'Format double asterisks to bold',
  character: _asterisk,
  handler: (controller) => handleFormatByWrappingWithDoubleCharacter(
    controller: controller,
    character: _asterisk,
    formatStyle: DoubleCharacterFormatStyle.bold,
  ),
);