withCenterLabelStyle method

PieChartTheme withCenterLabelStyle(
  1. LabelStyle value
)

Replaces PieChartTheme.centerLabelStyle with value.

Implementation

PieChartTheme withCenterLabelStyle(LabelStyle value) =>
    copyWith(centerLabelStyle: value);