clearTextFieldTags method

void clearTextFieldTags()

Clear the tags

Implementation

void clearTextFieldTags() {
  tags.clear();
  tagStates['show_prefix_icon'] = tags.isNotEmpty;
  tagStates['show_validator'] = false;
  textEditingController.clear();
  super.notifyListeners();
}