clear method

void clear()

清除选中状态。

Implementation

void clear() {
  _selected.value = null;
  onChanged?.call(null);
}