toggleBold method

void toggleBold()

Toggles bold on the current selection.

Implementation

void toggleBold() => _toggleFormat('bold');