withLabelStyle method

BarChartSeries withLabelStyle(
  1. BarLabelStyle value
)

Replaces BarChartSeries.labelStyle with value.

Implementation

BarChartSeries withLabelStyle(BarLabelStyle value) =>
    copyWith(labelStyle: value);