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