📜  什么是 Flutter 小部件? - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:35.299000             🧑  作者: Mango

代码示例1
A Flutter app is always considered as a tree of widgets. 
Whenever you are going to code for building anything in Flutter, 
it will be inside a widget. Widgets describe how your app view should
look like with their current configuration and state.