attachScrollMethods abstract method
void
attachScrollMethods({
- required PaginationScrollToItem scrollToItem,
- required PaginationScrollToIndex scrollToIndex,
Attaches the scroll methods that will be used for scrolling operations.
Implementation
void attachScrollMethods({
required PaginationScrollToItem scrollToItem,
required PaginationScrollToIndex scrollToIndex,
});