ListView.builder(
itemExtent: 60,
itemCount: controller.lotQueryList.length,
itemBuilder: (c, i) {}
)
f I have a listview.builder list of about 5000 items, how can I jump to the 2000th item using a function or configuration?