clearTextAndSelection method
Clears the text, selection, composing attributions, and composing region.
Implementation
@override
void clearTextAndSelection() {
_realController.clearTextAndSelection();
}
Clears the text, selection, composing attributions, and composing region.
@override
void clearTextAndSelection() {
_realController.clearTextAndSelection();
}