withPreset method
- PolarColumnPreset value
Replaces PolarColumnChartSeries.preset with value.
Implementation
PolarColumnChartSeries withPreset(PolarColumnPreset value) =>
copyWith(preset: value);
Replaces PolarColumnChartSeries.preset with value.
PolarColumnChartSeries withPreset(PolarColumnPreset value) =>
copyWith(preset: value);