Closed Welnnys closed 8 months ago
Is there a way I can make it start the carousel from the second item instead of the first?
https://pastebin.com/ZLxsMdUb
@Welnnys , you can pass initialItem argument to InfiniteScrollController Eg, InfiniteScrollController(initialItem: 1)
initialItem
InfiniteScrollController
InfiniteScrollController(initialItem: 1)
works flawlessly, thank you :3
Is there a way I can make it start the carousel from the second item instead of the first?
https://pastebin.com/ZLxsMdUb