google / flutter.widgets

https://pub.dev/packages/flutter_widgets
BSD 3-Clause "New" or "Revised" License
1.37k stars 474 forks source link

[ScrollablePositionedList] - How to know the currentIndex? #503

Open guilhermedaldim opened 10 months ago

guilhermedaldim commented 10 months ago

Hi, thanks for this package, it's very good.

I have a question. How to know the currentIndex of the list?

Thanks.