setLineColor method

void setLineColor(
  1. String color
)

Implementation

void setLineColor(String color) {
  _lineColor = color;
}