clearText method

void clearText()

Removes the text from search field.

Implementation

void clearText() => textEditingController?.clear();