setLineColor method

dynamic setLineColor(
  1. String color
)

Implementation

setLineColor(String color) {
  _lineColor = color;
}