请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

正在回答 回答被采纳积分+3

2回答

慕村6176987 2022-06-26 14:21:05

删除 Text 前面的 const


0 回复 有任何疑惑可以回复我~
  • 为什么呢,我在网上搜又说尽可能将组件定义为const
    回复 有任何疑惑可以回复我~ 2022-06-30 11:16:07
  • Text如果是const的那么它的构造函数参数需要是const 所以你去掉const就能修复你这个错误
    回复 有任何疑惑可以回复我~ 2023-03-13 06:54:04
CrazyCodeBoy 2022-02-10 09:11:09

ColorUtil前加个const

0 回复 有任何疑惑可以回复我~
  • 提问者 RicherQ #1
    加入const后:
    代码:style: TextStyle(color: const ColorUtil.color("#899900")),
    报错:The argument type 'ColorUtil' can't be assigned to the parameter type 'Color?'. (Documentation) 
    The class 'ColorUtil' doesn't have a constant constructor 'color'.  Try calling a different constructor.
    回复 有任何疑惑可以回复我~ 2022-02-11 20:36:22
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信