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