deselectAll method

void deselectAll()

取消全选

Implementation

void deselectAll() {
  _state?.clearSelection();
}