Build: Scrollable List Screen
This screen shows a vertical list of colored boxes that can be scrolled if they don't fit on the screen.
Target UI
Scrollable List Screen +-----------------------+ | Title: Scrollable List| |-----------------------| | [Red Box] | | [Green Box] | | [Blue Box] | | [Yellow Box] | | [Purple Box] | | [Orange Box] | | | | | | | +-----------------------+
Use SingleChildScrollView to make the list scrollable vertically.
Display six colored boxes stacked vertically.
Each box should have a fixed height and fill the screen width with some margin.
Add a title text at the top inside an AppBar.