Flutter基础widgets教程-Icon篇

0209b015b73f7c6d06edee0a3f9ee1f6.png

1 Icon

Icon是图标控件,Icon不具有交互属性。 

2 构造函数 

Icon(
  Key key,  
  this.size,
  this.color,
  this.semanticLabel,
  this.textDirection,
)

3 常用属性 

3.1 size:Icon大小

size:15.0,

3.2 color:颜色

color: Colors.blue,
posted @ 2022-05-31 18:10  青年码农  阅读(113)  评论(0编辑  收藏  举报