flutter_carousel_slider icon indicating copy to clipboard operation
flutter_carousel_slider copied to clipboard

scroll position startint at 10000 not 0

Open ozkayas opened this issue 2 years ago • 0 comments

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); },

image

ozkayas avatar Jun 01 '22 20:06 ozkayas