clearSelection method

void clearSelection()

Implementation

void clearSelection(){
  items.forEach((e) { e.selected.value = false; });
  modeSelection = false;
  this.onSelected(modeSelection, selectedCount);
}