ListView Widget
In this lesson, we discuss using `ListView` to add multiple widgets to build the Contact Profile Page in detail.
We'll cover the following
Introduction
The Contact Profile Page has a picture, display name, phone numbers, email address and location information in a vertically stacked manner.
Note: I’m using my picture and name for profile photo and name.
Not everything fits in one page and needs scrolling to show hidden information.
ListView
widget helps to display its children one after another in a scrolling manner. ListView
takes its children as a widget array.
Get hands-on with 1400+ tech skills courses.