它看起来像一个'X'like this
我在pubsepc.yaml中定义它:
flutter:
uses-material-design: true
fonts:
- family: iconfont
fonts:
- asset: assets/fonts/iconfont.ttf
这就是我的用法:
MaterialApp(
home: Scaffold(
appBar: AppBar(title: Text('data'),),
body: Center(
child: Container(child: Icon(IconData(0xe60d,fontFamily: 'iconfont'),color: Colors.amber,size: 50.0,),)
),
),
),
“ 0xe60d”已在iconfont.ttf中定义,我尝试将其替换为另一个已定义的图标,但它也是无用的
谁可以帮助我?真诚的感谢