toggleUnderline method

void toggleUnderline()

Toggles underline on the current selection.

Implementation

void toggleUnderline() => _toggleFormat('underline');