withPieStyle method

PieChartSeries withPieStyle(
  1. PieChartStyle value
)

Replaces PieChartSeries.pieStyle with value.

Implementation

PieChartSeries withPieStyle(PieChartStyle value) => copyWith(pieStyle: value);