MovieTile Custom Widget
In this lesson, you'll learn to render list entries that are visually appealing using the custom "MovieTile" widget.
We'll cover the following...
Introduction
In this lesson, we’ll replace the list item rendering code from simply displaying the movie’s title using Text to the custom MovieTile widget.
Building ListView using Text widget
So far, we have been building listings using the Text widget and displaying the title of the movie as the only information.