withDataLabelStyle method
- PolarLabelStyle value
Replaces PolarColumnStyle.dataLabelStyle with value.
Implementation
PolarColumnStyle withDataLabelStyle(PolarLabelStyle value) =>
copyWith(dataLabelStyle: value);
Replaces PolarColumnStyle.dataLabelStyle with value.
PolarColumnStyle withDataLabelStyle(PolarLabelStyle value) =>
copyWith(dataLabelStyle: value);