withLabelStyle method

CartesianValueSummaryStyle withLabelStyle(
  1. TextStyle value
)

Overrides CartesianValueSummaryStyle.labelStyle with value.

Implementation

CartesianValueSummaryStyle withLabelStyle(TextStyle value) =>
    copyWith(labelStyle: ChartStyleValue.value(value));