withLineColor method

TrendAnnotation withLineColor(
  1. Color value
)

Replaces TrendAnnotation.lineColor with value.

Implementation

TrendAnnotation withLineColor(Color value) => copyWith(lineColor: value);