youwallet / wallet

🚀 基于Flutter开发的跨终端数字货币交易所✨
https://youwallet.github.io/
116 stars 55 forks source link

[BUG]圆形的icon无法和外部的圆角容器贴合 #113

Closed zhaobinglong closed 4 years ago

zhaobinglong commented 4 years ago

RT image

这个有可能是flutter渲染上存在的一个问题,有待深入研究一下

CircleAvatar(
          backgroundColor: Colors.white,
          radius: 50.0,
          child: Icon(IconData(token['icon'], fontFamily: 'iconfont'),size: 50.0, color: token['color'])
);