toggleItalic method

void toggleItalic()

Toggles italic on the current selection.

Implementation

void toggleItalic() => _toggleFormat('italic');