withGradient method

PieChartTheme withGradient(
  1. PieGradientStyle value
)

Replaces PieChartTheme.gradient with value.

Implementation

PieChartTheme withGradient(PieGradientStyle value) =>
    copyWith(gradient: value);