withLineColor method

TrendAnnotationDefaults withLineColor(
  1. Color value
)

Replaces TrendAnnotationDefaults.lineColor with value.

Implementation

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