formatStrikeToStrikethrough top-level property
Implementation
final CharacterShortcutEvent formatStrikeToStrikethrough =
CharacterShortcutEvent(
key: 'Format single strikes to strike style',
character: _strikeChar,
handler: (controller) => handleFormatByWrappingWithSingleCharacter(
controller: controller,
character: _strikeChar,
formatStyle: SingleCharacterFormatStyle.strikethrough,
),
);