clearSelectionAttributions method
Removes all attributions from the text that is currently selected.
Implementation
@override
void clearSelectionAttributions() {
_realController.clearSelectionAttributions();
}
Removes all attributions from the text that is currently selected.
@override
void clearSelectionAttributions() {
_realController.clearSelectionAttributions();
}