I used this for developing a number picker for my flutter application but it shows only three element of list of numbers in number picker . I want to show more element(for example 7) and beside, I want the selected element be exactly the middle element (in my case 3 element before and three after) which part of the library code should be changed?
When just changing "_listViewHeight = 3 * itemExtent", in library we see the problem I mentioned in image below. First the selected Item is not the middle one beside the maximum value can not be selected.




