selectTo method

void selectTo(
  1. int value
)

Implementation

void selectTo(int value) {
  currentValue = value;
  notifyListeners();
}