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