onRemove method
Implementation
void onRemove(DropdownOption<T> option) {
this._options.remove(option.value.hashCode);
widget.onChanged(_options.values.toList());
_debounceSetOptions();
}
void onRemove(DropdownOption<T> option) {
this._options.remove(option.value.hashCode);
widget.onChanged(_options.values.toList());
_debounceSetOptions();
}