withLabelStyle method
- BarLabelStyle value
Replaces BarChartSeries.labelStyle with value.
Implementation
BarChartSeries withLabelStyle(BarLabelStyle value) =>
copyWith(labelStyle: value);
Replaces BarChartSeries.labelStyle with value.
BarChartSeries withLabelStyle(BarLabelStyle value) =>
copyWith(labelStyle: value);