withGradient method
- PieGradientStyle value
Replaces PieChartStyle.gradient with value.
Implementation
PieChartStyle withGradient(PieGradientStyle value) =>
copyWith(gradient: value);
Replaces PieChartStyle.gradient with value.
PieChartStyle withGradient(PieGradientStyle value) =>
copyWith(gradient: value);