color property

int color

Implementation

int get color => _color;
void color=(int value)

Implementation

set color(int value) {
  _color = value;
  _invalidate();
}