toggleStrikethrough method
void
toggleStrikethrough()
Toggles strikethrough on the current selection.
Implementation
void toggleStrikethrough() => _toggleFormat('strikethrough');
Toggles strikethrough on the current selection.
void toggleStrikethrough() => _toggleFormat('strikethrough');