setSelectDot method

void setSelectDot(
  1. int index
)

Implementation

void setSelectDot(int index) {
  _selectDot = index;
  notifyListeners();
}