clear method

void clear()

Implementation

void clear() {
  textField!.controller!.clear();
  currentText = "";
  updateOverlay();
}