setNowIndex method

dynamic setNowIndex(
  1. int index
)

Implementation

setNowIndex(int index) {
  _nowIndex = index;
  notifyListeners();
}