Flutter - ListView.builder with very large size and does not change
问题 How can I decrease the size of items using the ListView.builder I already tried to tinker with everything in ItemCategory but the size remains the same. Using the ListView the size is the smallest good according to this images below: Using the Flutter - Strange ListView behavior after refresh code the items are well-sized, but by changing the ListView to ListView.builder the size changes completely and the ItemCategory class is the same without ListView.builder with ListView.builder import