The color of the divider line.
Color get color => _color;
Sets the color and invalidates the paint cache.
set color(Color value) { if (_color == value) return; _color = value; _cachedStyle = null; }