Android Related Exams
AFD-200 Exam
presentation [The image of this question includes a Flutter app interface run result as it appears on Android and on iOS emulators. When the app user taps the button on the app title bar, he/she will get a menu with some items.

Which of the following Flutter widgets is used to create this type of buttons ?
Flutter works with many development tools which are compatible with Flutter plug-ins (Flutter SDK).
Which of the following software can be used to build a Flutter app ? (Select three)
The image in this question includes a Dart code for a Raised button widget. When the app user taps this button, the app will display the content of Screen2( ) class of this app using Navigator.push navigation technique.

To do this you should replace the xxx in this Navigator.push class with ............