Answers for "flutter how to limit a listview"

0

flutter how to limit a listview

To limit the height of ListView, wrap the ListView with a Container widget and set the height of the Container to the required height.
Posted by: Guest on June-01-2021

Code answers related to "flutter how to limit a listview"

Browse Popular Code Answers by Language