Question: 1
This widget is used to wrap a Column, Row, Container, or other widgets. This widget adds a filling size around the child widget.
Which of the following term is this definition for?
Question: 2
The Container is a Flutter widget that allows you to customize, compose, decorate and position its child
widget.
Question: 3
Fill in the blank with the correct answer that completes the following sentence.
If you have any error in your Dart code of your Flutter app, the .......................... at the status bar of your
Android Studio displays the error description and also displays the line of the code on which the error is.
Also, in most cases the description field in this console gives you an idea about the reason of the error.
What is the name of this console?
Question: 4
In Flutter, AlertDialog Widget is similar to a small interface which appears for a few seconds at the bottom of the app user interface when the app user takes a specific action such as clicking a button.
Question: 5
You may add a lot of properties to your Container widget such as background color, size, padding, margins, borders or the shape of text, and other properties.