The color for the text symbol outline.
Color? get outlineColor => _outlineColor.value;
set outlineColor(Color? value) => _outlineColor.value = value;