toggleStrikethrough method

void toggleStrikethrough()

Toggles strikethrough on the current selection.

Implementation

void toggleStrikethrough() => _toggleFormat('strikethrough');