rect_getter
rect_getter copied to clipboard
Can we use this package for too many listitems?
I have a ListView.builder() with 10000+ items. And I want to use var globalKey = RectGetter.createGlobalKey(); for each item. Do you think this would be a performance/memory issue to use this package like this?
I want to be able to know the Rect of the item the user presses.