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