[Flutter] Use "ListView" to create a list component

Introduction
If you have the need to create a long "list" in Flutter, you can use the "ListView" component to do it.
It looks like this:
Read More »[Flutter] Use "ListView" to create a list component