The color with which the text will be drawn. Default value: "#000000".
Future<void> setTextColor(int textColor) => _annotationMessenger.setTextColor(id, textColor);