Integrating a column-like layout

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
  1. ListView
  2. ListTitle
  3. Row
  4. Column

Related Posts