1. How do you pass data between screens in Flutter?
2. What is the purpose of the "Key" parameter in Flutter widgets?
3. What is the purpose of the "CrossAxisAlignment" property in Flutter's "Row" widget?
4. What does "pubspec.yaml" file contain in a Flutter project?
5. Which widget is used to create a clickable button in Flutter?
6. Which widget is used to create a scrollable list in Flutter?
7. Which package manager is commonly used in Flutter to manage dependencies?
9. What is the main advantage of Flutter's "hot reload" feature?
10. What is the purpose of the "Expanded" widget in Flutter's "Column" or "Row" layouts?
11. Which widget is used for routing and navigation in Flutter?
12. In Flutter, what is the default layout orientation for the "Column" widget?
13. What is the purpose of the "Scaffold" widget in Flutter?
14. In Flutter, what is the purpose of the MaterialApp widget?
15. How do you add a gradient background to a widget in Flutter?