The color for the text symbol.
The default value is black.
Color get color => _color.value;
set color(Color value) => _color.value = value;