getLineColor method

Future<int?> getLineColor()

The color with which the line will be drawn. Default value: "#000000".

Implementation

Future<int?> getLineColor() => _annotationMessenger.getLineColor(id);