second round

Created by: @manishghorashainee18

This is a Quickz deck.

👁 Public

Tagged as: Quickz!

History:

  • Last updated last year
  • Created last year

Played 4 times

Practiced 0 times

Host Practice
View all comments
What is the name of the class that is used to add padding to a widget in Flutter?
Padding
Spacer
Container
SizedBox
Which widget is used to create a text input field in Flutter?
TextField
InputText
TextInput
Textbox
Which widget is used to create a dropdown menu in Flutter?
DropdownList
DropdownButton
DropdownMenu
Dropdown
What is the name of the class that is used to navigate between screens in Flutter?
Navigator
Router
ScreenManager
PageNavigator
What is the full form of DDD?
Domain Driven Design
Data Driven Design
Division Driven Design
Distributed Driven Design
Who introduces clean architecture ?
Paolo Soares
Cong hui
Robert Martin
Jonny Borges
What is the name of the class that is used to handle user input in Flutter?
InputHandler
GestureRecognizer
TouchHandler
None of the above
Which widget is used to create a switch in Flutter?
SwitchButton
SwitchControl
Switch
SwitchBox
What type of flutter animation allows you to represent real-world behavior ?
Physics
Maths-based
Graph-based
Sim-based
The coordinate system in flutter starts from which part of screen:
Center
TopLeft corner
BottomCenter
Bottom Left corner