clear method

void clear()

Implementation

void clear() {
  focusNode.requestFocus();
  textController.clear();
}