clearSelection method
void
clearSelection()
Implementation
void clearSelection() {
selectedValue = null;
searchTextController.text = "";
selectorTextEditingController.text = "";
if (onOptionSelected != null) {
onOptionSelected!(null);
}
notifyListeners();
}