withShowDataLabels method

RadialBarStyle withShowDataLabels(
  1. bool value
)

Replaces RadialBarStyle.showDataLabels with value.

Implementation

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