The color for the halo around the text symbol.
The default value is transparent.
Color? get haloColor => _haloColor.value;
set haloColor(Color? value) => _haloColor.value = value;