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