unselect method

void unselect(
  1. int index
)

Implementation

void unselect(int index) {
  _selected.remove(index);
  _notify();
}