AFD-200 無料問題集「Android Flutter Certified Application Developer」
A floating action button in Flutter development is by default a circular icon button, and you should add the Icon widget as a child widget of FloatingActionButton widget.
Which of the following choices is correct to add a phone icon to the FloatingActionButton widget in a Flutter app ?
Which of the following choices is correct to add a phone icon to the FloatingActionButton widget in a Flutter app ?
正解:C
解答を投票する
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?
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?
正解:B
解答を投票する


