The background color.
Color get color => _color;
set color(Color value) { if (color == value) { return; } _color = value; markNeedsPaint(); }