Skip to content

Commit 8da3a92

Browse files
Merge pull request #42 from DebugDruid510/master
export getVisibleIndexData
2 parents c976d10 + e004c4f commit 8da3a92

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/src/flutter_sliver_list_controller.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,8 @@ class FlutterSliverListController {
6666
void dispose() {
6767
stickyIndex.dispose();
6868
}
69+
70+
List<dynamic>? getVisibleIndexData() {
71+
return _listView?.getVisibleIndexData();
72+
}
6973
}

0 commit comments

Comments
 (0)