withLabelStyle method

TrendAnnotationDefaults withLabelStyle(
  1. LabelStyle value
)

Replaces TrendAnnotationDefaults.labelStyle with value.

Implementation

TrendAnnotationDefaults withLabelStyle(LabelStyle value) =>
    copyWith(labelStyle: value);