Build: Simple ListView Screen
This screen shows a vertical scrollable list of items with simple text labels.
Target UI
-------------------- | Simple ListView | |------------------| | Item 1 | | Item 2 | | Item 3 | | Item 4 | | Item 5 | | ... | --------------------
Use a ListView widget to display a vertical list.
Display at least 10 items labeled 'Item 1' to 'Item 10'.
Each item should be a ListTile with the item label as title.
The list should be scrollable if items overflow the screen.