无法将参数类型'Colors.red'分配给参数类型'Paint'

时间:2020-06-05 02:01:28

标签: flutter

我想将背景色设置为红色,并且我知道TextStyle小部件下有一个'backgroundColor'属性,但是我想使用背景。

我在另一个问题的另一个答案上看到了此代码,但我却对我起作用。

enter image description here

1 个答案:

答案 0 :(得分:0)

如果屏幕截图是您实际代码的屏幕截图,那么您的问题是您使用const初始化Paint()构造函数(这是“非const”),这就是为什么它会给您带来错误

因此,您可以这样做:

select b.*
from b
union all
select a.*
from a
where not exists (select 1
                  from b
                  where b.id = a.id 
                 );

错误将消失。