If non-null, apply this color filter to the image before painting.
Color get color => _color;
set color (Color value) { if (value == _color) return; _color = value; _updateColorFilter(); markNeedsPaint(); }