The color value in the selection properties object.
Color get color => _color.value;
set color(Color value) => _color.value = value;