jumpToIndex method

dynamic jumpToIndex(
  1. int index
)

Implementation

jumpToIndex(int index) {
  _scrollController.jumpTo(_indexToOffset(index));
}