withShowDataLabels method

PolarColumnStyle withShowDataLabels(
  1. bool value
)

Replaces PolarColumnStyle.showDataLabels with value.

Implementation

PolarColumnStyle withShowDataLabels(bool value) =>
    copyWith(showDataLabels: value);