setTextHaloColor method
- int textHaloColor
The color of the text's halo, which helps it stand out from backgrounds. Default value: "rgba(0, 0, 0, 0)".
Implementation
Future<void> setTextHaloColor(int textHaloColor) =>
_annotationMessenger.setTextHaloColor(id, textHaloColor);