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