deselect method

void deselect(
  1. int index
)

Deselects an index.

Implementation

void deselect(int index) {
  _selected.remove(index);
}