setCurrentIndex method

void setCurrentIndex(
  1. int index
)

Implementation

void setCurrentIndex(int index) {
  _currentIndex = index;
}