What is a ListTile in flutter?

Listtile is a material widget in flutter used to display some text and an icon or other widget . We can have the widget at the start or end of the title. The widget can be shown using leading or trailing property. List tile has two properties title and subtitle to display some text.

Read more

What is ListView builder in flutter?

ListView is a very important widget in flutter. It is used to create the list of children But when we want to create a list recursively without writing code again and again then ListView. builder is used instead of ListView. ListView. builder creates a scrollable, linear array of widgets .30 Haz 2021

Read more