Flutter基础widgets教程-Icon篇

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,
本文来自「青年码农」公众号,作者:青年码农,转载请注明原文链接:https://www.cnblogs.com/nmgwap/p/16331678.html

浙公网安备 33010602011771号