clear method

dynamic clear()

Implementation

clear() {
  _date = null;
  textController.text = '';
  notifyListeners();
}