I am using ScrollablePositionedList(scrollable_positioned_list) for moving to a particular position in a list.
The scenario is, when we open the page in the application, the list will be automatically scrolling. If I try to manually scroll the list, it is not possible because the list is in the process of auto scrolling.
So, is there any way to stop the auto scrolling when I try to drag or swipe the list manually.
1st add this in your list:
so now your list will not scroll manually or drag time ,
then add controller so that you can auto scroll the
list. add this controller in theinitmethod.Example: