Android Flutter Certified Application Developer - AFD-200 模擬練習

This widget helps you to have a specific width and/or height between widgets.
Which of the following term is this definition for?

正解: A
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.

正解: B
presentationThis question includes an image for an app interface.

Which of the following choices is correct about the widget which includes all these children widgets?

正解: C
Flutter widgets are the basic building blocks of a Flutter user interface. Almost everything in Flutter app is a widget such as images, icons, texts, menus, buttons, row, column etc.

正解: A
The image in this question includes a Flutter app interface which uses three tabs to navigate the app content.

Which of the following choices is the parent widget for the TabBar and TabBarView widgets?

正解: B