to method

void to(
  1. int index
)

滑动到指定位置

Implementation

void to(int index) {
  _scrollToIndexState!.scrollToIndex(index);
}