Alice is building a food app on Flutter. She wants to integrate a column-like layout that automatically scrolls if the content is too long to fit the available space.
Which of the given widgets will help her achieve the same?
Options
- ListView
- ListTitle
- Row
- Column