formatSelection method
Implementation
void formatSelection(Attribute? attribute,
{@experimental bool shouldNotifyListeners = true}) {
formatText(
selection.start,
selection.end - selection.start,
attribute,
shouldNotifyListeners: shouldNotifyListeners,
);
}