scrollToIndex method

Future scrollToIndex(
  1. int index
)

Implementation

Future scrollToIndex(int index) async => await scrollController.scrollToIndex(
      index,
      preferPosition: AutoScrollPosition.begin,
    );