marcglasberg / indexed_list_view

Flutter package: Similar to a ListView, but lets you programmatically jump to any item, by index.
BSD 2-Clause "Simplified" License
251 stars 21 forks source link

Get focused index in listview #39

Closed anuramaganesh closed 1 year ago

anuramaganesh commented 1 year ago

is there any option to get focused index or top index of the indexed listview.

marcglasberg commented 1 year ago

There is no way to do that with this package, sorry. You probably have to combine with some other package.