withLabelStyle method

SeriesCalloutConfig withLabelStyle(
  1. TextStyle value
)

Replaces SeriesCalloutConfig.labelStyle with value.

Implementation

SeriesCalloutConfig withLabelStyle(TextStyle value) =>
    copyWith(labelStyle: value);