withShowDataLabels method
- bool value
Replaces PolarColumnStyle.showDataLabels with value.
Implementation
PolarColumnStyle withShowDataLabels(bool value) =>
copyWith(showDataLabels: value);
Replaces PolarColumnStyle.showDataLabels with value.
PolarColumnStyle withShowDataLabels(bool value) =>
copyWith(showDataLabels: value);