setLineColor method

Future<void> setLineColor(
  1. int lineColor
)

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

Implementation

Future<void> setLineColor(int lineColor) =>
    _annotationMessenger.setLineColor(id, lineColor);