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