Build: Separated List Screen
This screen shows a scrollable list of items with a separator line between each item.
Target UI
------------------------- | Item 1 | ------------------------- | Item 2 | ------------------------- | Item 3 | ------------------------- | Item 4 | ------------------------- | Item 5 | -------------------------
Use ListView.separated to display a list of 5 items labeled 'Item 1' to 'Item 5'.
Add a thin grey divider line between each item.
Each item should be a ListTile with the item text as the title.
The list should be scrollable if the screen is small.