clearSelectionAttributions method

  1. @override
void clearSelectionAttributions()
override

Removes all attributions from the text that is currently selected.

Implementation

@override
void clearSelectionAttributions() {
  _realController.clearSelectionAttributions();
}