The ink's color.
Color get color => _color;
set color(Color value) { if (value == _color) { return; } _color = value; controller.markNeedsPaint(); }