The filled bar color.
Color get color => _color;
Sets the fill color.
set color(Color v) { _color = v; _invalidateCache(); }