flutter_carousel_slider
flutter_carousel_slider copied to clipboard
scroll position startint at 10000 not 0
Hello, I noticed that the onScroll callback input value starts at 10000, not 0 as expected. What could be the reason for this?
onScrolled: (indexAsDouble) { print(indexAsDouble); },