color property

set color (Color v)

Implementation

set color(Color v) {
  if (_color == v) return;
  _color = v;
  markNeedsPaint();
}