fonts:
- family: iconfont # 引入图标的别名,最好使用全小写
fonts:
- asset: lib/style/font/iconfont.ttf #文件路径
Text("\ue8d1", style: TextStyle(fontFamily: 'iconfont', color: Colors.blue)),
Icon(IconData(0xe8b9, fontFamily: 'iconfont'), color: Colors.grey)