attachScrollMethods abstract method

void attachScrollMethods({
  1. required PaginationScrollToItem scrollToItem,
  2. required PaginationScrollToIndex scrollToIndex,
})

Attaches the scroll methods that will be used for scrolling operations.

Implementation

void attachScrollMethods({
  required PaginationScrollToItem scrollToItem,
  required PaginationScrollToIndex scrollToIndex,
});