To verify that lists contain the expected content using widget tests, you need a way to scroll through lists to search for particular items.
Read moreIs scrollable in Flutter?
ListView is a very popular Flutter component. It’s a linear scrollable widget that arranges its children linearly and supports horizontal and vertical scrolling.
Read more