At the end of each project, you'll find a few questions to help you remember and review the content that has been covered in the chapter, and this first chapter makes no exception. Please try to answer the following questions, and if in doubt, have a look at the content in the chapter itself, you'll find all the answers there!
- What is a widget?
- What is the starting point of a Dart and Flutter app?
- How many named constructors can you have in a Dart/Flutter class?
- Can you name three EdgeInsets constructors?
- How can you style the text in a Text widget?
- What is the purpose of the flutter doctor command?
- What widget would you use to contain several other widgets, one below the other?
- What is the "arrow syntax"?
- Which widget can you use to create space between widgets?
- How can you show an image to the user?