flutter--图标Icon

1
2
3
4
5
6
7
8
9
10
const Icon(
IconData icon, //具体展示的图标
{
Key key,
double size, //字体大小
Color color, //颜色
String semanticLabel, //语义标签
TextDirection textDirection //icon里可以添加文本,文本的书写方向
}
)
阅读更多...

flutter--容器组件Container

上一篇笔记用了个Container组件,这一篇详细介绍一下,整体来说这个组件类似div,但是与div又不同,具体有哪些特性,先了解一下Container有哪些属性再总结,因为不了解有哪些属性直接看的话,会有点懵逼。

阅读更多...
  • © 2020-02 MonkeyInWind
  • GitHub

请我喝杯咖啡吧~