wendux / flutter-comment

Flutter中文网评论
10 stars 0 forks source link

Flutter for React Native 开发者 - Flutter中文网 #59

Open wendux opened 6 years ago

wendux commented 6 years ago

https://flutterchina.club/flutter-for-react-native/

BrookeMa commented 6 years ago

/** 在Flutter中,几乎所有东西都是Weights。

Weights是应用程序用户界面的基本构建块,您将组件组成一个层次结构,调用组件树。每个窗口Weights都嵌套在父窗口Weights中,并从其父窗口继承属性。甚至应用程序对象本身也是一个组件,没有单独的“应用程序”对象。相反,根组件担任此角色。

Weight可以定义:

结构元素 - 如按钮或菜单 风格元素 - 像字体或颜色主题 类似布局的填充或对齐的一个方向

*/

此处 Weights 应该改为 Widget