小编bra*_*aul的帖子

如何将 svg 图标导入 icondata

我是 flutter 新手,使用名为 FloatBoxPanel 的插件,对于panelIcon需要 IconData 的属性,我创建了一个 svg 图标,现在我不知道如何使用它。直接使用会报错:

The argument type 'Icon' can't be assigned to the parameter type 'IconData'. (Documentation)
The argument type 'SvgPicture' can't be assigned to the parameter type 'IconData'. (Documentation)
Run Code Online (Sandbox Code Playgroud)

这是此代码的一部分,请告诉我是否可能,谢谢!!

The argument type 'Icon' can't be assigned to the parameter type 'IconData'. (Documentation)
The argument type 'SvgPicture' can't be assigned to the parameter type 'IconData'. (Documentation)
Run Code Online (Sandbox Code Playgroud)

dart flutter

5
推荐指数
1
解决办法
1万
查看次数

标签 统计

dart ×1

flutter ×1